#1F3671

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

Shades of Resolution Blue #1F3671

Tints of Resolution Blue #1F3671

Color information

#1F3671 (or 0x1F3671) is unknown color: approx Resolution Blue. HEX triplet: 1F, 36 and 71. RGB value is (31,54,113). Sum of RGB (Red+Green+Blue) = 31+54+113=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F3671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3671 is #E0C98E. Grayscale: #353535. Windows color (decimal): -14731663 or 7419423. OLE color: 7419423.

HSL color Cylindrical-coordinate representation of color #1F3671: hue angle of 223.17º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3671 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3154113-
CMYK0.730.5200.56
HSL223.17º56.94%28.24%-
HSV(B)223.17º72.57%44.31%-
XYZ4.864.1216.16-
YUV53.85161.38111.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=15.66%
G=27.27%
B=57.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31541130.730.5200.56223.1756.9428.24
Hex1F36714934038df391c
Octal3766161111640703377134
Binary111111101101110001100100111010001110001101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,113); }

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

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

 a { background-color: rgb(31,54,113); }

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

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

 span { border-color: rgb(31,54,113); }

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