Html Css Color HEX #024672 Dark Cerulean

📋 copy color: '#024672'

red 2 ◦ green 70 ◦ blue 114

#024672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #024672

Tints of Dark Cerulean #024672

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 value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024672 (or 0x024672) is known color: 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

RGB 2 70 114 -
CMYK 0.98 0.39 0 0.55
HSL 203.57º 0.97% 0.23% -
HSV(B) 203.57º 0.98% 0.45% -
XYZ 5.25 5.61 16.73 -
YUV 54.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 2 70 114 0.98 0.39 0 0.55 203.57 0.97 0.23
Hex 2 46 72 62 27 0 37 CC 61 17
Octal 2 106 162 142 47 0 67 314 141 27
Binary 10 1000110 1110010 1100010 100111 0 110111 11001100 1100001 10111

Color Harmonies of #024672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024672

Black with #024672

Text Example


Text Example

White with #024672

Text Example


Text Example

HTML Codes & Css Web 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>