Html Css Color HEX #024470 Dark Cerulean

📋 copy color: '#024470'

red 2 ◦ green 68 ◦ blue 112

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

Shades of Dark Cerulean #024470

Tints of Dark Cerulean #024470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 1.1%
G = 37.36%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024470 (or 0x024470) is known color: Dark Cerulean. HEX triplet: 02, 44 and 70. RGB value is (2,68,112). Sum of RGB (Red+Green+Blue) = 2+68+112=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #024470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024470 is #FDBB8F. Grayscale: #353535. Windows color (decimal): -16628624 or 7357442. OLE color: 7357442.

HSL color Cylindrical-coordinate representation of color #024470: hue angle of 204º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024470 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 68 112 -
CMYK 0.98 0.39 0 0.56
HSL 204º 0.96% 0.22% -
HSV(B) 204º 0.98% 0.44% -
XYZ 5.02 5.32 16.09 -
YUV 53.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 2 68 112 0.98 0.39 0 0.56 204 0.96 0.22
Hex 2 44 70 62 27 0 38 CC 60 16
Octal 2 104 160 142 47 0 70 314 140 26
Binary 10 1000100 1110000 1100010 100111 0 111000 11001100 1100000 10110

Color Harmonies of #024470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024470

Black with #024470

Text Example


Text Example

White with #024470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024470; }

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

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

background-color css

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

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

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

border-color css

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

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

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