#024672

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

Shades of Dark Cerulean #024672

Tints of Dark Cerulean #024672

Color information

#024672 (or 0x024672) is unknown color: approx Dark Cerulean. HEX triplet: 02, 46 and 72. RGB value is (2,70,114). Sum of RGB (Red+Green+Blue) = 2+70+114=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #024672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024672 is #FDB98D. Grayscale: #363636. Windows color (decimal): -16628110 or 7489026. OLE color: 7489026.

HSL color Cylindrical-coordinate representation of color #024672: hue angle of 203.57º 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 #024672 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB270114-
CMYK0.980.3900.55
HSL203.57º96.55%22.75%-
HSV(B)203.57º98.25%44.71%-
XYZ5.255.6116.73-
YUV54.68161.4790.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=1.08%
G=37.63%
B=61.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2701140.980.3900.55203.5796.5522.75
Hex246726227037cc6117
Octal21061621424706731414127
Binary10100011011100101100010100111011011111001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024672; }

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

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

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

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

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

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

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

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