Html Css Color HEX #024373 Dark Cerulean

📋 copy color: '#024373'

red 2 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #024373

Tints of Dark Cerulean #024373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 1.09%
G = 36.41%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024373 (or 0x024373) is known color: Dark Cerulean. HEX triplet: 02, 43 and 73. RGB value is (2,67,115). Sum of RGB (Red+Green+Blue) = 2+67+115=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #024373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024373 is #FDBC8C. Grayscale: #343434. Windows color (decimal): -16628877 or 7553794. OLE color: 7553794.

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

Color convert

RGB 2 67 115 -
CMYK 0.98 0.42 0 0.55
HSL 205.49º 0.97% 0.23% -
HSV(B) 205.49º 0.98% 0.45% -
XYZ 5.13 5.27 16.97 -
YUV 53.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 2 67 115 0.98 0.42 0 0.55 205.49 0.97 0.23
Hex 2 43 73 62 2A 0 37 CD 61 17
Octal 2 103 163 142 52 0 67 315 141 27
Binary 10 1000011 1110011 1100010 101010 0 110111 11001101 1100001 10111

Color Harmonies of #024373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024373

Black with #024373

Text Example


Text Example

White with #024373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024373; }

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

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

background-color css

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

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

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

border-color css

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

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

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