#024D76

Color #024D76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024D76

Tints of Dark Cerulean #024D76

Color information

#024D76 (or 0x024D76) is unknown color: approx 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

RGB277118-
CMYK0.980.3500.54
HSL201.21º96.67%23.53%-
HSV(B)201.21º98.31%46.27%-
XYZ5.956.6318.11-
YUV59.25161.1587.17-

RGB Variations

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

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.90%
R=1.02%
G=39.09%
B=59.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2771180.980.3500.54201.2196.6723.53
Hex24D766223036c96118
Octal21151661424306631114130
Binary10100110111101101100010100011011011011001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>