Html Css Color HEX #024D76 Dark Cerulean

📋 copy color: '#024D76'

red 2 ◦ green 77 ◦ blue 118

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

Shades of Dark Cerulean #024D76

Tints of Dark Cerulean #024D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.09%

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

R = 1.02%
G = 39.09%
B = 59.9%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024D76 (or 0x024D76) is known color: Dark Cerulean. HEX triplet: 02, 4D and 76. RGB value is (2,77,118). Sum of RGB (Red+Green+Blue) = 2+77+118=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #024D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D76 is #FDB289. Grayscale: #3B3B3B. Windows color (decimal): -16626314 or 7752962. OLE color: 7752962.

HSL color Cylindrical-coordinate representation of color #024D76: hue angle of 201.21º 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 #024D76 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 77 118 -
CMYK 0.98 0.35 0 0.54
HSL 201.21º 0.97% 0.24% -
HSV(B) 201.21º 0.98% 0.46% -
XYZ 5.95 6.63 18.11 -
YUV 59.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 2 77 118 0.98 0.35 0 0.54 201.21 0.97 0.24
Hex 2 4D 76 62 23 0 36 C9 61 18
Octal 2 115 166 142 43 0 66 311 141 30
Binary 10 1001101 1110110 1100010 100011 0 110110 11001001 1100001 11000

Color Harmonies of #024D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D76

Black with #024D76

Text Example


Text Example

White with #024D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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