Shades of Dark Cerulean #02608D
Tints of Dark Cerulean #02608D
RGB
CMYK
RGB Variations
Color information
#02608D (or 0x02608D) is known color: Dark Cerulean. HEX triplet: 02, 60 and 8D. RGB value is (2,96,141). Sum of RGB (Red+Green+Blue) = 2+96+141=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #02608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02608D is #FD9F72. Grayscale: #484848. Windows color (decimal): -16621427 or 9265154. OLE color: 9265154.
HSL color Cylindrical-coordinate representation of color #02608D: hue angle of 199.42º 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 #02608D is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 96 | 141 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.45 |
| HSL | 199.42º | 0.97% | 0.28% | - |
| HSV(B) | 199.42º | 0.99% | 0.55% | - |
| XYZ | 9.02 | 10.3 | 26.71 | - |
| YUV | 73.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 141 | 0.99 | 0.32 | 0 | 0.45 | 199.42 | 0.97 | 0.28 |
| Hex | 2 | 60 | 8D | 63 | 20 | 0 | 2D | C7 | 61 | 1C |
| Octal | 2 | 140 | 215 | 143 | 40 | 0 | 55 | 307 | 141 | 34 |
| Binary | 10 | 1100000 | 10001101 | 1100011 | 100000 | 0 | 101101 | 11000111 | 1100001 | 11100 |
Color Harmonies of #02608D
Complementary color
Monochromatic Colors of #02608D
Black with #02608D
Text Example
Text Example
White with #02608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02608D; }
p { color: rgb(2,96,141); }
H1.HeaderClassName
{
color: #02608D;
}
.AnyTagClassName
{
color: #02608D;
}
</style>
background-color css
<style>
a { background-color: #02608D; }
a { background-color: rgb(2,96,141); }
div.DivClassName
{
background-color: #02608D;
}
.BgClassName
{
background-color: #02608D;
}
</style>
border-color css
<style>
span { border-color: #02608D; }
span { border-color: rgb(2,96,141); }
td.TdClassName
{
border-color: #02608D;
}
.TagClassName
{
border-color: #02608D;
}
</style>