#1f358a

Color #1F358A Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #1F358A

Tints of Resolution Blue #1F358A

Color information

#1F358A (or 0x1F358A) is unknown color: approx Resolution Blue. HEX triplet: 1F, 35 and 8A. RGB value is (31,53,138). Sum of RGB (Red+Green+Blue) = 31+53+138=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F358A is #E0CA75. Grayscale: #373737. Windows color (decimal): -14731894 or 9057567. OLE color: 9057567.

HSL color Cylindrical-coordinate representation of color #1F358A: hue angle of 227.66º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F358A is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3153138-
CMYK0.780.6200.46
HSL227.66º63.31%33.14%-
HSV(B)227.66º77.54%54.12%-
XYZ6.434.6724.61-
YUV56.11174.21110.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=13.96%
G=23.87%
B=62.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31531380.780.6200.46227.6663.3133.14
Hex1F358A4E3E02Ee43f21
Octal3765212116760563447741
Binary11111110101100010101001110111110010111011100100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f358a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f358a; }

 p { color: rgb(31,53,138); }

 H1.HeaderClassName
 {
   color: #1f358a;
 }
 .AnyTagClassName
 {
   color: #1f358a;
 }
</style>
background-color css

<style>
 a { background-color: #1f358a; }

 a { background-color: rgb(31,53,138); }

 div.DivClassName
 {
   background-color: #1f358a;
 }
 .BgClassName
 {
   background-color: #1f358a;
 }
</style>
border-color css

<style>
 span { border-color: #1f358a; }

 span { border-color: rgb(31,53,138); }

 td.TdClassName
 {
   border-color: #1f358a;
 }
 .TagClassName
 {
   border-color: #1f358a;
 }
</style>