Shades of Dark Cerulean #08598E
Tints of Dark Cerulean #08598E
RGB
CMYK
RGB Variations
Color information
#08598E (or 0x08598E) is known color: Dark Cerulean. HEX triplet: 08, 59 and 8E. RGB value is (8,89,142). Sum of RGB (Red+Green+Blue) = 8+89+142=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #08598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08598E is #F7A671. Grayscale: #464646. Windows color (decimal): -16230002 or 9328904. OLE color: 9328904.
HSL color Cylindrical-coordinate representation of color #08598E: hue angle of 203.73º 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 #08598E is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 89 | 142 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.44 |
| HSL | 203.73º | 0.89% | 0.29% | - |
| HSV(B) | 203.73º | 0.94% | 0.56% | - |
| XYZ | 8.56 | 9.15 | 26.91 | - |
| YUV | 70.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 142 | 0.94 | 0.37 | 0 | 0.44 | 203.73 | 0.89 | 0.29 |
| Hex | 8 | 59 | 8E | 5E | 25 | 0 | 2C | CC | 59 | 1D |
| Octal | 10 | 131 | 216 | 136 | 45 | 0 | 54 | 314 | 131 | 35 |
| Binary | 1000 | 1011001 | 10001110 | 1011110 | 100101 | 0 | 101100 | 11001100 | 1011001 | 11101 |
Color Harmonies of #08598E
Complementary color
Monochromatic Colors of #08598E
Black with #08598E
Text Example
Text Example
White with #08598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08598E; }
p { color: rgb(8,89,142); }
H1.HeaderClassName
{
color: #08598E;
}
.AnyTagClassName
{
color: #08598E;
}
</style>
background-color css
<style>
a { background-color: #08598E; }
a { background-color: rgb(8,89,142); }
div.DivClassName
{
background-color: #08598E;
}
.BgClassName
{
background-color: #08598E;
}
</style>
border-color css
<style>
span { border-color: #08598E; }
span { border-color: rgb(8,89,142); }
td.TdClassName
{
border-color: #08598E;
}
.TagClassName
{
border-color: #08598E;
}
</style>