Shades of Dark Cerulean #08587E
Tints of Dark Cerulean #08587E
RGB
CMYK
RGB Variations
Color information
#08587E (or 0x08587E) is known color: Dark Cerulean. HEX triplet: 08, 58 and 7E. RGB value is (8,88,126). Sum of RGB (Red+Green+Blue) = 8+88+126=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #08587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08587E is #F7A781. Grayscale: #444444. Windows color (decimal): -16230274 or 8280072. OLE color: 8280072.
HSL color Cylindrical-coordinate representation of color #08587E: hue angle of 199.32º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08587E is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 88 | 126 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.51 |
| HSL | 199.32º | 0.88% | 0.26% | - |
| HSV(B) | 199.32º | 0.94% | 0.49% | - |
| XYZ | 7.36 | 8.54 | 21 | - |
| YUV | 68.41 | 160.5 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 126 | 0.94 | 0.30 | 0 | 0.51 | 199.32 | 0.88 | 0.26 |
| Hex | 8 | 58 | 7E | 5E | 1E | 0 | 33 | C7 | 58 | 1A |
| Octal | 10 | 130 | 176 | 136 | 36 | 0 | 63 | 307 | 130 | 32 |
| Binary | 1000 | 1011000 | 1111110 | 1011110 | 11110 | 0 | 110011 | 11000111 | 1011000 | 11010 |
Color Harmonies of #08587E
Complementary color
Monochromatic Colors of #08587E
Black with #08587E
Text Example
Text Example
White with #08587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08587E; }
p { color: rgb(8,88,126); }
H1.HeaderClassName
{
color: #08587E;
}
.AnyTagClassName
{
color: #08587E;
}
</style>
background-color css
<style>
a { background-color: #08587E; }
a { background-color: rgb(8,88,126); }
div.DivClassName
{
background-color: #08587E;
}
.BgClassName
{
background-color: #08587E;
}
</style>
border-color css
<style>
span { border-color: #08587E; }
span { border-color: rgb(8,88,126); }
td.TdClassName
{
border-color: #08587E;
}
.TagClassName
{
border-color: #08587E;
}
</style>