Html Css Color HEX #024473 Dark Cerulean

📋 copy color: '#024473'

red 2 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #024473

Tints of Dark Cerulean #024473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 1.08%
G = 36.76%
B = 62.16%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024473 (or 0x024473) is known color: Dark Cerulean. HEX triplet: 02, 44 and 73. RGB value is (2,68,115). Sum of RGB (Red+Green+Blue) = 2+68+115=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #024473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024473 is #FDBB8C. Grayscale: #353535. Windows color (decimal): -16628621 or 7554050. OLE color: 7554050.

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

Color convert

RGB 2 68 115 -
CMYK 0.98 0.41 0 0.55
HSL 204.96º 0.97% 0.23% -
HSV(B) 204.96º 0.98% 0.45% -
XYZ 5.19 5.38 16.99 -
YUV 53.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 2 68 115 0.98 0.41 0 0.55 204.96 0.97 0.23
Hex 2 44 73 62 29 0 37 CD 61 17
Octal 2 104 163 142 51 0 67 315 141 27
Binary 10 1000100 1110011 1100010 101001 0 110111 11001101 1100001 10111

Color Harmonies of #024473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024473

Black with #024473

Text Example


Text Example

White with #024473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024473; }

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

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

background-color css

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

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

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

border-color css

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

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

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