Shades of Dark Cerulean #08458C
Tints of Dark Cerulean #08458C
RGB
CMYK
RGB Variations
Color information
#08458C (or 0x08458C) is known color: Dark Cerulean. HEX triplet: 08, 45 and 8C. RGB value is (8,69,140). Sum of RGB (Red+Green+Blue) = 8+69+140=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #08458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08458C is #F7BA73. Grayscale: #3A3A3A. Windows color (decimal): -16235124 or 9192712. OLE color: 9192712.
HSL color Cylindrical-coordinate representation of color #08458C: hue angle of 212.27º 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 #08458C is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 69 | 140 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.45 |
| HSL | 212.27º | 0.89% | 0.29% | - |
| HSV(B) | 212.27º | 0.94% | 0.55% | - |
| XYZ | 6.96 | 6.2 | 25.64 | - |
| YUV | 58.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 140 | 0.94 | 0.51 | 0 | 0.45 | 212.27 | 0.89 | 0.29 |
| Hex | 8 | 45 | 8C | 5E | 33 | 0 | 2D | D4 | 59 | 1D |
| Octal | 10 | 105 | 214 | 136 | 63 | 0 | 55 | 324 | 131 | 35 |
| Binary | 1000 | 1000101 | 10001100 | 1011110 | 110011 | 0 | 101101 | 11010100 | 1011001 | 11101 |
Color Harmonies of #08458C
Complementary color
Monochromatic Colors of #08458C
Black with #08458C
Text Example
Text Example
White with #08458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08458C; }
p { color: rgb(8,69,140); }
H1.HeaderClassName
{
color: #08458C;
}
.AnyTagClassName
{
color: #08458C;
}
</style>
background-color css
<style>
a { background-color: #08458C; }
a { background-color: rgb(8,69,140); }
div.DivClassName
{
background-color: #08458C;
}
.BgClassName
{
background-color: #08458C;
}
</style>
border-color css
<style>
span { border-color: #08458C; }
span { border-color: rgb(8,69,140); }
td.TdClassName
{
border-color: #08458C;
}
.TagClassName
{
border-color: #08458C;
}
</style>