#024674

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

Shades of Dark Cerulean #024674

Tints of Dark Cerulean #024674

Color information

#024674 (or 0x024674) is unknown color: approx Dark Cerulean. HEX triplet: 02, 46 and 74. RGB value is (2,70,116). Sum of RGB (Red+Green+Blue) = 2+70+116=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #024674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024674 is #FDB98B. Grayscale: #363636. Windows color (decimal): -16628108 or 7620098. OLE color: 7620098.

HSL color Cylindrical-coordinate representation of color #024674: hue angle of 204.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024674 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB270116-
CMYK0.980.4000.55
HSL204.21º96.61%23.14%-
HSV(B)204.21º98.28%45.49%-
XYZ5.375.6517.33-
YUV54.91162.4790.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=1.06%
G=37.23%
B=61.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2701160.980.4000.55204.2196.6123.14
Hex246746228037cc6117
Octal21061641425006731414127
Binary10100011011101001100010101000011011111001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024674; }

 p { color: rgb(2,70,116); }

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

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

 a { background-color: rgb(2,70,116); }

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

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

 span { border-color: rgb(2,70,116); }

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