Shades of Dark Cerulean #02408D
Tints of Dark Cerulean #02408D
RGB
CMYK
RGB Variations
Color information
#02408D (or 0x02408D) is known color: Dark Cerulean. HEX triplet: 02, 40 and 8D. RGB value is (2,64,141). Sum of RGB (Red+Green+Blue) = 2+64+141=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #02408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02408D is #FDBF72. Grayscale: #353535. Windows color (decimal): -16629619 or 9256962. OLE color: 9256962.
HSL color Cylindrical-coordinate representation of color #02408D: hue angle of 213.24º 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 #02408D is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 64 | 141 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.45 |
| HSL | 213.24º | 0.97% | 0.28% | - |
| HSV(B) | 213.24º | 0.99% | 0.55% | - |
| XYZ | 6.67 | 5.6 | 25.93 | - |
| YUV | 54.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 141 | 0.99 | 0.55 | 0 | 0.45 | 213.24 | 0.97 | 0.28 |
| Hex | 2 | 40 | 8D | 63 | 37 | 0 | 2D | D5 | 61 | 1C |
| Octal | 2 | 100 | 215 | 143 | 67 | 0 | 55 | 325 | 141 | 34 |
| Binary | 10 | 1000000 | 10001101 | 1100011 | 110111 | 0 | 101101 | 11010101 | 1100001 | 11100 |
Color Harmonies of #02408D
Complementary color
Monochromatic Colors of #02408D
Black with #02408D
Text Example
Text Example
White with #02408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02408D; }
p { color: rgb(2,64,141); }
H1.HeaderClassName
{
color: #02408D;
}
.AnyTagClassName
{
color: #02408D;
}
</style>
background-color css
<style>
a { background-color: #02408D; }
a { background-color: rgb(2,64,141); }
div.DivClassName
{
background-color: #02408D;
}
.BgClassName
{
background-color: #02408D;
}
</style>
border-color css
<style>
span { border-color: #02408D; }
span { border-color: rgb(2,64,141); }
td.TdClassName
{
border-color: #02408D;
}
.TagClassName
{
border-color: #02408D;
}
</style>