Shades of Dark Cerulean #02608E
Tints of Dark Cerulean #02608E
RGB
CMYK
RGB Variations
Color information
#02608E (or 0x02608E) is known color: Dark Cerulean. HEX triplet: 02, 60 and 8E. RGB value is (2,96,142). Sum of RGB (Red+Green+Blue) = 2+96+142=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #02608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02608E is #FD9F71. Grayscale: #484848. Windows color (decimal): -16621426 or 9330690. OLE color: 9330690.
HSL color Cylindrical-coordinate representation of color #02608E: hue angle of 199.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02608E is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 96 | 142 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.44 |
| HSL | 199.71º | 0.97% | 0.28% | - |
| HSV(B) | 199.71º | 0.99% | 0.56% | - |
| XYZ | 9.09 | 10.33 | 27.11 | - |
| YUV | 73.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 142 | 0.99 | 0.32 | 0 | 0.44 | 199.71 | 0.97 | 0.28 |
| Hex | 2 | 60 | 8E | 63 | 20 | 0 | 2C | C8 | 61 | 1C |
| Octal | 2 | 140 | 216 | 143 | 40 | 0 | 54 | 310 | 141 | 34 |
| Binary | 10 | 1100000 | 10001110 | 1100011 | 100000 | 0 | 101100 | 11001000 | 1100001 | 11100 |
Color Harmonies of #02608E
Complementary color
Monochromatic Colors of #02608E
Black with #02608E
Text Example
Text Example
White with #02608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02608E; }
p { color: rgb(2,96,142); }
H1.HeaderClassName
{
color: #02608E;
}
.AnyTagClassName
{
color: #02608E;
}
</style>
background-color css
<style>
a { background-color: #02608E; }
a { background-color: rgb(2,96,142); }
div.DivClassName
{
background-color: #02608E;
}
.BgClassName
{
background-color: #02608E;
}
</style>
border-color css
<style>
span { border-color: #02608E; }
span { border-color: rgb(2,96,142); }
td.TdClassName
{
border-color: #02608E;
}
.TagClassName
{
border-color: #02608E;
}
</style>