#1F3179

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

Shades of Resolution Blue #1F3179

Tints of Resolution Blue #1F3179

Color information

#1F3179 (or 0x1F3179) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 79. RGB value is (31,49,121). Sum of RGB (Red+Green+Blue) = 31+49+121=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F3179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3179 is #E0CE86. Grayscale: #333333. Windows color (decimal): -14732935 or 7942431. OLE color: 7942431.

HSL color Cylindrical-coordinate representation of color #1F3179: hue angle of 228º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3179 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3149121-
CMYK0.740.6000.53
HSL228º59.21%29.8%-
HSV(B)228º74.38%47.45%-
XYZ5.113.8718.57-
YUV51.83167.04113.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=15.42%
G=24.38%
B=60.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31491210.740.6000.5322859.2129.8
Hex1F31794A3C035e43b1e
Octal3761171112740653447336
Binary111111100011111001100101011110001101011110010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,121); }

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

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

 a { background-color: rgb(31,49,121); }

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

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

 span { border-color: rgb(31,49,121); }

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