Html Css Color HEX #024776 Dark Cerulean

📋 copy color: '#024776'

red 2 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #024776

Tints of Dark Cerulean #024776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 1.05%
G = 37.17%
B = 61.78%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024776 (or 0x024776) is known color: Dark Cerulean. HEX triplet: 02, 47 and 76. RGB value is (2,71,118). Sum of RGB (Red+Green+Blue) = 2+71+118=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #024776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024776 is #FDB889. Grayscale: #373737. Windows color (decimal): -16627850 or 7751426. OLE color: 7751426.

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

Color convert

RGB 2 71 118 -
CMYK 0.98 0.40 0 0.54
HSL 204.31º 0.97% 0.24% -
HSV(B) 204.31º 0.98% 0.46% -
XYZ 5.55 5.83 17.97 -
YUV 55.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 2 71 118 0.98 0.40 0 0.54 204.31 0.97 0.24
Hex 2 47 76 62 28 0 36 CC 61 18
Octal 2 107 166 142 50 0 66 314 141 30
Binary 10 1000111 1110110 1100010 101000 0 110110 11001100 1100001 11000

Color Harmonies of #024776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024776

Black with #024776

Text Example


Text Example

White with #024776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024776; }

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

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

background-color css

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

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

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

border-color css

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

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

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