Shades of Dark Cerulean #02408C
Tints of Dark Cerulean #02408C
RGB
CMYK
RGB Variations
Color information
#02408C (or 0x02408C) is known color: Dark Cerulean. HEX triplet: 02, 40 and 8C. RGB value is (2,64,140). Sum of RGB (Red+Green+Blue) = 2+64+140=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #02408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02408C is #FDBF73. Grayscale: #353535. Windows color (decimal): -16629620 or 9191426. OLE color: 9191426.
HSL color Cylindrical-coordinate representation of color #02408C: hue angle of 213.04º 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 #02408C is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 64 | 140 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.45 |
| HSL | 213.04º | 0.97% | 0.28% | - |
| HSV(B) | 213.04º | 0.99% | 0.55% | - |
| XYZ | 6.59 | 5.57 | 25.54 | - |
| YUV | 54.13 | 176.46 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 140 | 0.99 | 0.54 | 0 | 0.45 | 213.04 | 0.97 | 0.28 |
| Hex | 2 | 40 | 8C | 63 | 36 | 0 | 2D | D5 | 61 | 1C |
| Octal | 2 | 100 | 214 | 143 | 66 | 0 | 55 | 325 | 141 | 34 |
| Binary | 10 | 1000000 | 10001100 | 1100011 | 110110 | 0 | 101101 | 11010101 | 1100001 | 11100 |
Color Harmonies of #02408C
Complementary color
Monochromatic Colors of #02408C
Black with #02408C
Text Example
Text Example
White with #02408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02408C; }
p { color: rgb(2,64,140); }
H1.HeaderClassName
{
color: #02408C;
}
.AnyTagClassName
{
color: #02408C;
}
</style>
background-color css
<style>
a { background-color: #02408C; }
a { background-color: rgb(2,64,140); }
div.DivClassName
{
background-color: #02408C;
}
.BgClassName
{
background-color: #02408C;
}
</style>
border-color css
<style>
span { border-color: #02408C; }
span { border-color: rgb(2,64,140); }
td.TdClassName
{
border-color: #02408C;
}
.TagClassName
{
border-color: #02408C;
}
</style>