Shades of Dark Cerulean #02486C
Tints of Dark Cerulean #02486C
RGB
CMYK
RGB Variations
Color information
#02486C (or 0x02486C) is known color: Dark Cerulean. HEX triplet: 02, 48 and 6C. RGB value is (2,72,108). Sum of RGB (Red+Green+Blue) = 2+72+108=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #02486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02486C is #FDB793. Grayscale: #363636. Windows color (decimal): -16627604 or 7096322. OLE color: 7096322.
HSL color Cylindrical-coordinate representation of color #02486C: hue angle of 200.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02486C is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 72 | 108 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.58 |
| HSL | 200.38º | 0.96% | 0.22% | - |
| HSV(B) | 200.38º | 0.98% | 0.42% | - |
| XYZ | 5.05 | 5.73 | 15.03 | - |
| YUV | 55.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 108 | 0.98 | 0.33 | 0 | 0.58 | 200.38 | 0.96 | 0.22 |
| Hex | 2 | 48 | 6C | 62 | 21 | 0 | 3A | C8 | 60 | 16 |
| Octal | 2 | 110 | 154 | 142 | 41 | 0 | 72 | 310 | 140 | 26 |
| Binary | 10 | 1001000 | 1101100 | 1100010 | 100001 | 0 | 111010 | 11001000 | 1100000 | 10110 |
Color Harmonies of #02486C
Complementary color
Monochromatic Colors of #02486C
Black with #02486C
Text Example
Text Example
White with #02486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02486C; }
p { color: rgb(2,72,108); }
H1.HeaderClassName
{
color: #02486C;
}
.AnyTagClassName
{
color: #02486C;
}
</style>
background-color css
<style>
a { background-color: #02486C; }
a { background-color: rgb(2,72,108); }
div.DivClassName
{
background-color: #02486C;
}
.BgClassName
{
background-color: #02486C;
}
</style>
border-color css
<style>
span { border-color: #02486C; }
span { border-color: rgb(2,72,108); }
td.TdClassName
{
border-color: #02486C;
}
.TagClassName
{
border-color: #02486C;
}
</style>