Shades of Dark Cerulean #02486D
Tints of Dark Cerulean #02486D
RGB
CMYK
RGB Variations
Color information
#02486D (or 0x02486D) is known color: Dark Cerulean. HEX triplet: 02, 48 and 6D. RGB value is (2,72,109). Sum of RGB (Red+Green+Blue) = 2+72+109=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #02486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02486D is #FDB792. Grayscale: #373737. Windows color (decimal): -16627603 or 7161858. OLE color: 7161858.
HSL color Cylindrical-coordinate representation of color #02486D: hue angle of 200.75º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02486D is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 72 | 109 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.57 |
| HSL | 200.75º | 0.96% | 0.22% | - |
| HSV(B) | 200.75º | 0.98% | 0.43% | - |
| XYZ | 5.1 | 5.75 | 15.31 | - |
| YUV | 55.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 109 | 0.98 | 0.34 | 0 | 0.57 | 200.75 | 0.96 | 0.22 |
| Hex | 2 | 48 | 6D | 62 | 22 | 0 | 39 | C9 | 60 | 16 |
| Octal | 2 | 110 | 155 | 142 | 42 | 0 | 71 | 311 | 140 | 26 |
| Binary | 10 | 1001000 | 1101101 | 1100010 | 100010 | 0 | 111001 | 11001001 | 1100000 | 10110 |
Color Harmonies of #02486D
Complementary color
Monochromatic Colors of #02486D
Black with #02486D
Text Example
Text Example
White with #02486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02486D; }
p { color: rgb(2,72,109); }
H1.HeaderClassName
{
color: #02486D;
}
.AnyTagClassName
{
color: #02486D;
}
</style>
background-color css
<style>
a { background-color: #02486D; }
a { background-color: rgb(2,72,109); }
div.DivClassName
{
background-color: #02486D;
}
.BgClassName
{
background-color: #02486D;
}
</style>
border-color css
<style>
span { border-color: #02486D; }
span { border-color: rgb(2,72,109); }
td.TdClassName
{
border-color: #02486D;
}
.TagClassName
{
border-color: #02486D;
}
</style>