Html Css Color HEX #024472 Dark Cerulean

📋 copy color: '#024472'

red 2 ◦ green 68 ◦ blue 114

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

Shades of Dark Cerulean #024472

Tints of Dark Cerulean #024472

RGB

 RED value IS 2 (1.17% from 255) = 1.09%

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 1.09%
G = 36.96%
B = 61.96%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024472 (or 0x024472) is known color: Dark Cerulean. HEX triplet: 02, 44 and 72. RGB value is (2,68,114). Sum of RGB (Red+Green+Blue) = 2+68+114=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #024472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024472 is #FDBB8D. Grayscale: #353535. Windows color (decimal): -16628622 or 7488514. OLE color: 7488514.

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

Color convert

RGB 2 68 114 -
CMYK 0.98 0.40 0 0.55
HSL 204.64º 0.97% 0.23% -
HSV(B) 204.64º 0.98% 0.45% -
XYZ 5.13 5.36 16.68 -
YUV 53.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 2 68 114 0.98 0.40 0 0.55 204.64 0.97 0.23
Hex 2 44 72 62 28 0 37 CD 61 17
Octal 2 104 162 142 50 0 67 315 141 27
Binary 10 1000100 1110010 1100010 101000 0 110111 11001101 1100001 10111

Color Harmonies of #024472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024472

Black with #024472

Text Example


Text Example

White with #024472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024472; }

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

 H1.HeaderClassName
 {
   color: #024472;
 }
 .AnyTagClassName
 {
   color: #024472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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