Shades of Dark Cerulean #08416E
Tints of Dark Cerulean #08416E
RGB
CMYK
RGB Variations
Color information
#08416E (or 0x08416E) is known color: Dark Cerulean. HEX triplet: 08, 41 and 6E. RGB value is (8,65,110). Sum of RGB (Red+Green+Blue) = 8+65+110=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #08416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08416E is #F7BE91. Grayscale: #343434. Windows color (decimal): -16236178 or 7225608. OLE color: 7225608.
HSL color Cylindrical-coordinate representation of color #08416E: hue angle of 206.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08416E is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 65 | 110 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.57 |
| HSL | 206.47º | 0.86% | 0.23% | - |
| HSV(B) | 206.47º | 0.93% | 0.43% | - |
| XYZ | 4.8 | 4.96 | 15.46 | - |
| YUV | 53.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 110 | 0.93 | 0.41 | 0 | 0.57 | 206.47 | 0.86 | 0.23 |
| Hex | 8 | 41 | 6E | 5D | 29 | 0 | 39 | CE | 56 | 17 |
| Octal | 10 | 101 | 156 | 135 | 51 | 0 | 71 | 316 | 126 | 27 |
| Binary | 1000 | 1000001 | 1101110 | 1011101 | 101001 | 0 | 111001 | 11001110 | 1010110 | 10111 |
Color Harmonies of #08416E
Complementary color
Monochromatic Colors of #08416E
Black with #08416E
Text Example
Text Example
White with #08416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08416E; }
p { color: rgb(8,65,110); }
H1.HeaderClassName
{
color: #08416E;
}
.AnyTagClassName
{
color: #08416E;
}
</style>
background-color css
<style>
a { background-color: #08416E; }
a { background-color: rgb(8,65,110); }
div.DivClassName
{
background-color: #08416E;
}
.BgClassName
{
background-color: #08416E;
}
</style>
border-color css
<style>
span { border-color: #08416E; }
span { border-color: rgb(8,65,110); }
td.TdClassName
{
border-color: #08416E;
}
.TagClassName
{
border-color: #08416E;
}
</style>