#1F4376

Color #1F4376 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1F4376

Tints of Dark Cerulean #1F4376

Color information

#1F4376 (or 0x1F4376) is unknown color: approx Dark Cerulean. HEX triplet: 1F, 43 and 76. RGB value is (31,67,118). Sum of RGB (Red+Green+Blue) = 31+67+118=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4376 is #E0BC89. Grayscale: #3D3D3D. Windows color (decimal): -14728330 or 7750431. OLE color: 7750431.

HSL color Cylindrical-coordinate representation of color #1F4376: hue angle of 215.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4376 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3167118-
CMYK0.740.4300.54
HSL215.17º58.39%29.22%-
HSV(B)215.17º73.73%46.27%-
XYZ5.845.6117.92-
YUV62.05159.57105.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=14.35%
G=31.02%
B=54.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31671180.740.4300.54215.1758.3929.22
Hex1F43764A2B036d73a1d
Octal37103166112530663277235
Binary1111110000111110110100101010101101101101101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,118); }

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

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

 a { background-color: rgb(31,67,118); }

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

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

 span { border-color: rgb(31,67,118); }

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