Shades of Dark Cerulean #024C8C
Tints of Dark Cerulean #024C8C
RGB
CMYK
RGB Variations
Color information
#024C8C (or 0x024C8C) is known color: Dark Cerulean. HEX triplet: 02, 4C and 8C. RGB value is (2,76,140). Sum of RGB (Red+Green+Blue) = 2+76+140=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #024C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C8C is #FDB373. Grayscale: #3C3C3C. Windows color (decimal): -16626548 or 9194498. OLE color: 9194498.
HSL color Cylindrical-coordinate representation of color #024C8C: hue angle of 207.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024C8C is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 76 | 140 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.45 |
| HSL | 207.83º | 0.97% | 0.28% | - |
| HSV(B) | 207.83º | 0.99% | 0.55% | - |
| XYZ | 7.34 | 7.08 | 25.79 | - |
| YUV | 61.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 140 | 0.99 | 0.46 | 0 | 0.45 | 207.83 | 0.97 | 0.28 |
| Hex | 2 | 4C | 8C | 63 | 2E | 0 | 2D | D0 | 61 | 1C |
| Octal | 2 | 114 | 214 | 143 | 56 | 0 | 55 | 320 | 141 | 34 |
| Binary | 10 | 1001100 | 10001100 | 1100011 | 101110 | 0 | 101101 | 11010000 | 1100001 | 11100 |
Color Harmonies of #024C8C
Complementary color
Monochromatic Colors of #024C8C
Black with #024C8C
Text Example
Text Example
White with #024C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C8C; }
p { color: rgb(2,76,140); }
H1.HeaderClassName
{
color: #024C8C;
}
.AnyTagClassName
{
color: #024C8C;
}
</style>
background-color css
<style>
a { background-color: #024C8C; }
a { background-color: rgb(2,76,140); }
div.DivClassName
{
background-color: #024C8C;
}
.BgClassName
{
background-color: #024C8C;
}
</style>
border-color css
<style>
span { border-color: #024C8C; }
span { border-color: rgb(2,76,140); }
td.TdClassName
{
border-color: #024C8C;
}
.TagClassName
{
border-color: #024C8C;
}
</style>