Shades of Dark Cerulean #02608F
Tints of Dark Cerulean #02608F
RGB
CMYK
RGB Variations
Color information
#02608F (or 0x02608F) is known color: Dark Cerulean. HEX triplet: 02, 60 and 8F. RGB value is (2,96,143). Sum of RGB (Red+Green+Blue) = 2+96+143=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #02608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02608F is #FD9F70. Grayscale: #484848. Windows color (decimal): -16621425 or 9396226. OLE color: 9396226.
HSL color Cylindrical-coordinate representation of color #02608F: hue angle of 200º 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 #02608F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 96 | 143 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.44 |
| HSL | 200º | 0.97% | 0.28% | - |
| HSV(B) | 200º | 0.99% | 0.56% | - |
| XYZ | 9.17 | 10.36 | 27.5 | - |
| YUV | 73.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 143 | 0.99 | 0.33 | 0 | 0.44 | 200 | 0.97 | 0.28 |
| Hex | 2 | 60 | 8F | 63 | 21 | 0 | 2C | C8 | 61 | 1C |
| Octal | 2 | 140 | 217 | 143 | 41 | 0 | 54 | 310 | 141 | 34 |
| Binary | 10 | 1100000 | 10001111 | 1100011 | 100001 | 0 | 101100 | 11001000 | 1100001 | 11100 |
Color Harmonies of #02608F
Complementary color
Monochromatic Colors of #02608F
Black with #02608F
Text Example
Text Example
White with #02608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02608F; }
p { color: rgb(2,96,143); }
H1.HeaderClassName
{
color: #02608F;
}
.AnyTagClassName
{
color: #02608F;
}
</style>
background-color css
<style>
a { background-color: #02608F; }
a { background-color: rgb(2,96,143); }
div.DivClassName
{
background-color: #02608F;
}
.BgClassName
{
background-color: #02608F;
}
</style>
border-color css
<style>
span { border-color: #02608F; }
span { border-color: rgb(2,96,143); }
td.TdClassName
{
border-color: #02608F;
}
.TagClassName
{
border-color: #02608F;
}
</style>