Shades of Dark Cerulean #08588C
Tints of Dark Cerulean #08588C
RGB
CMYK
RGB Variations
Color information
#08588C (or 0x08588C) is known color: Dark Cerulean. HEX triplet: 08, 58 and 8C. RGB value is (8,88,140). Sum of RGB (Red+Green+Blue) = 8+88+140=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #08588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08588C is #F7A773. Grayscale: #454545. Windows color (decimal): -16230260 or 9197576. OLE color: 9197576.
HSL color Cylindrical-coordinate representation of color #08588C: hue angle of 203.64º 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 #08588C is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 88 | 140 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.45 |
| HSL | 203.64º | 0.89% | 0.29% | - |
| HSV(B) | 203.64º | 0.94% | 0.55% | - |
| XYZ | 8.32 | 8.92 | 26.09 | - |
| YUV | 70.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 140 | 0.94 | 0.37 | 0 | 0.45 | 203.64 | 0.89 | 0.29 |
| Hex | 8 | 58 | 8C | 5E | 25 | 0 | 2D | CC | 59 | 1D |
| Octal | 10 | 130 | 214 | 136 | 45 | 0 | 55 | 314 | 131 | 35 |
| Binary | 1000 | 1011000 | 10001100 | 1011110 | 100101 | 0 | 101101 | 11001100 | 1011001 | 11101 |
Color Harmonies of #08588C
Complementary color
Monochromatic Colors of #08588C
Black with #08588C
Text Example
Text Example
White with #08588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08588C; }
p { color: rgb(8,88,140); }
H1.HeaderClassName
{
color: #08588C;
}
.AnyTagClassName
{
color: #08588C;
}
</style>
background-color css
<style>
a { background-color: #08588C; }
a { background-color: rgb(8,88,140); }
div.DivClassName
{
background-color: #08588C;
}
.BgClassName
{
background-color: #08588C;
}
</style>
border-color css
<style>
span { border-color: #08588C; }
span { border-color: rgb(8,88,140); }
td.TdClassName
{
border-color: #08588C;
}
.TagClassName
{
border-color: #08588C;
}
</style>