Shades of Dark Cerulean #08408D
Tints of Dark Cerulean #08408D
RGB
CMYK
RGB Variations
Color information
#08408D (or 0x08408D) is known color: Dark Cerulean. HEX triplet: 08, 40 and 8D. RGB value is (8,64,141). Sum of RGB (Red+Green+Blue) = 8+64+141=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #08408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08408D is #F7BF72. Grayscale: #373737. Windows color (decimal): -16236403 or 9256968. OLE color: 9256968.
HSL color Cylindrical-coordinate representation of color #08408D: hue angle of 214.74º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08408D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 64 | 141 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.45 |
| HSL | 214.74º | 0.89% | 0.29% | - |
| HSV(B) | 214.74º | 0.94% | 0.55% | - |
| XYZ | 6.74 | 5.64 | 25.93 | - |
| YUV | 56.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 141 | 0.94 | 0.55 | 0 | 0.45 | 214.74 | 0.89 | 0.29 |
| Hex | 8 | 40 | 8D | 5E | 37 | 0 | 2D | D7 | 59 | 1D |
| Octal | 10 | 100 | 215 | 136 | 67 | 0 | 55 | 327 | 131 | 35 |
| Binary | 1000 | 1000000 | 10001101 | 1011110 | 110111 | 0 | 101101 | 11010111 | 1011001 | 11101 |
Color Harmonies of #08408D
Complementary color
Monochromatic Colors of #08408D
Black with #08408D
Text Example
Text Example
White with #08408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08408D; }
p { color: rgb(8,64,141); }
H1.HeaderClassName
{
color: #08408D;
}
.AnyTagClassName
{
color: #08408D;
}
</style>
background-color css
<style>
a { background-color: #08408D; }
a { background-color: rgb(8,64,141); }
div.DivClassName
{
background-color: #08408D;
}
.BgClassName
{
background-color: #08408D;
}
</style>
border-color css
<style>
span { border-color: #08408D; }
span { border-color: rgb(8,64,141); }
td.TdClassName
{
border-color: #08408D;
}
.TagClassName
{
border-color: #08408D;
}
</style>