Shades of Dark Cerulean #024C76
Tints of Dark Cerulean #024C76
RGB
CMYK
RGB Variations
Color information
#024C76 (or 0x024C76) is known color: Dark Cerulean. HEX triplet: 02, 4C and 76. RGB value is (2,76,118). Sum of RGB (Red+Green+Blue) = 2+76+118=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #024C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C76 is #FDB389. Grayscale: #3A3A3A. Windows color (decimal): -16626570 or 7752706. OLE color: 7752706.
HSL color Cylindrical-coordinate representation of color #024C76: hue angle of 201.72º 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 #024C76 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 76 | 118 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.54 |
| HSL | 201.72º | 0.97% | 0.24% | - |
| HSV(B) | 201.72º | 0.98% | 0.46% | - |
| XYZ | 5.88 | 6.49 | 18.08 | - |
| YUV | 58.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 118 | 0.98 | 0.36 | 0 | 0.54 | 201.72 | 0.97 | 0.24 |
| Hex | 2 | 4C | 76 | 62 | 24 | 0 | 36 | CA | 61 | 18 |
| Octal | 2 | 114 | 166 | 142 | 44 | 0 | 66 | 312 | 141 | 30 |
| Binary | 10 | 1001100 | 1110110 | 1100010 | 100100 | 0 | 110110 | 11001010 | 1100001 | 11000 |
Color Harmonies of #024C76
Complementary color
Monochromatic Colors of #024C76
Black with #024C76
Text Example
Text Example
White with #024C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C76; }
p { color: rgb(2,76,118); }
H1.HeaderClassName
{
color: #024C76;
}
.AnyTagClassName
{
color: #024C76;
}
</style>
background-color css
<style>
a { background-color: #024C76; }
a { background-color: rgb(2,76,118); }
div.DivClassName
{
background-color: #024C76;
}
.BgClassName
{
background-color: #024C76;
}
</style>
border-color css
<style>
span { border-color: #024C76; }
span { border-color: rgb(2,76,118); }
td.TdClassName
{
border-color: #024C76;
}
.TagClassName
{
border-color: #024C76;
}
</style>