Html Css Color HEX #024873 Dark Cerulean

📋 copy color: '#024873'

red 2 ◦ green 72 ◦ blue 115

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

Shades of Dark Cerulean #024873

Tints of Dark Cerulean #024873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 1.06%
G = 38.1%
B = 60.85%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024873 (or 0x024873) is known color: Dark Cerulean. HEX triplet: 02, 48 and 73. RGB value is (2,72,115). Sum of RGB (Red+Green+Blue) = 2+72+115=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #024873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024873 is #FDB78C. Grayscale: #373737. Windows color (decimal): -16627597 or 7555074. OLE color: 7555074.

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

Color convert

RGB 2 72 115 -
CMYK 0.98 0.37 0 0.55
HSL 202.83º 0.97% 0.23% -
HSV(B) 202.83º 0.98% 0.45% -
XYZ 5.44 5.89 17.07 -
YUV 55.97 161.31 89.5 -
System Red Green Blue C M Y K H S L
Decimal 2 72 115 0.98 0.37 0 0.55 202.83 0.97 0.23
Hex 2 48 73 62 25 0 37 CB 61 17
Octal 2 110 163 142 45 0 67 313 141 27
Binary 10 1001000 1110011 1100010 100101 0 110111 11001011 1100001 10111

Color Harmonies of #024873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024873

Black with #024873

Text Example


Text Example

White with #024873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024873; }

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

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

background-color css

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

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

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

border-color css

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

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

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