Html Css Color HEX #024976 Dark Cerulean

📋 copy color: '#024976'

red 2 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #024976

Tints of Dark Cerulean #024976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 1.04%
G = 37.82%
B = 61.14%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024976 (or 0x024976) is known color: Dark Cerulean. HEX triplet: 02, 49 and 76. RGB value is (2,73,118). Sum of RGB (Red+Green+Blue) = 2+73+118=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #024976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024976 is #FDB689. Grayscale: #383838. Windows color (decimal): -16627338 or 7751938. OLE color: 7751938.

HSL color Cylindrical-coordinate representation of color #024976: hue angle of 203.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024976 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 73 118 -
CMYK 0.98 0.38 0 0.54
HSL 203.28º 0.97% 0.24% -
HSV(B) 203.28º 0.98% 0.46% -
XYZ 5.68 6.09 18.02 -
YUV 56.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 2 73 118 0.98 0.38 0 0.54 203.28 0.97 0.24
Hex 2 49 76 62 26 0 36 CB 61 18
Octal 2 111 166 142 46 0 66 313 141 30
Binary 10 1001001 1110110 1100010 100110 0 110110 11001011 1100001 11000

Color Harmonies of #024976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024976

Black with #024976

Text Example


Text Example

White with #024976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024976; }

 p { color: rgb(2,73,118); }

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

background-color css

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

 a { background-color: rgb(2,73,118); }

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

border-color css

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

 span { border-color: rgb(2,73,118); }

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