Shades of Dark Cerulean #08448E
Tints of Dark Cerulean #08448E
RGB
CMYK
RGB Variations
Color information
#08448E (or 0x08448E) is known color: Dark Cerulean. HEX triplet: 08, 44 and 8E. RGB value is (8,68,142). Sum of RGB (Red+Green+Blue) = 8+68+142=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #08448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08448E is #F7BB71. Grayscale: #3A3A3A. Windows color (decimal): -16235378 or 9323528. OLE color: 9323528.
HSL color Cylindrical-coordinate representation of color #08448E: hue angle of 213.13º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08448E is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 68 | 142 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.44 |
| HSL | 213.13º | 0.89% | 0.29% | - |
| HSV(B) | 213.13º | 0.94% | 0.56% | - |
| XYZ | 7.05 | 6.14 | 26.4 | - |
| YUV | 58.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 142 | 0.94 | 0.52 | 0 | 0.44 | 213.13 | 0.89 | 0.29 |
| Hex | 8 | 44 | 8E | 5E | 34 | 0 | 2C | D5 | 59 | 1D |
| Octal | 10 | 104 | 216 | 136 | 64 | 0 | 54 | 325 | 131 | 35 |
| Binary | 1000 | 1000100 | 10001110 | 1011110 | 110100 | 0 | 101100 | 11010101 | 1011001 | 11101 |
Color Harmonies of #08448E
Complementary color
Monochromatic Colors of #08448E
Black with #08448E
Text Example
Text Example
White with #08448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08448E; }
p { color: rgb(8,68,142); }
H1.HeaderClassName
{
color: #08448E;
}
.AnyTagClassName
{
color: #08448E;
}
</style>
background-color css
<style>
a { background-color: #08448E; }
a { background-color: rgb(8,68,142); }
div.DivClassName
{
background-color: #08448E;
}
.BgClassName
{
background-color: #08448E;
}
</style>
border-color css
<style>
span { border-color: #08448E; }
span { border-color: rgb(8,68,142); }
td.TdClassName
{
border-color: #08448E;
}
.TagClassName
{
border-color: #08448E;
}
</style>