Shades of Dark Cerulean #08598D
Tints of Dark Cerulean #08598D
RGB
CMYK
RGB Variations
Color information
#08598D (or 0x08598D) is known color: Dark Cerulean. HEX triplet: 08, 59 and 8D. RGB value is (8,89,141). Sum of RGB (Red+Green+Blue) = 8+89+141=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #08598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08598D is #F7A672. Grayscale: #464646. Windows color (decimal): -16230003 or 9263368. OLE color: 9263368.
HSL color Cylindrical-coordinate representation of color #08598D: hue angle of 203.46º 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 #08598D is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 89 | 141 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.45 |
| HSL | 203.46º | 0.89% | 0.29% | - |
| HSV(B) | 203.46º | 0.94% | 0.55% | - |
| XYZ | 8.48 | 9.12 | 26.51 | - |
| YUV | 70.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 141 | 0.94 | 0.37 | 0 | 0.45 | 203.46 | 0.89 | 0.29 |
| Hex | 8 | 59 | 8D | 5E | 25 | 0 | 2D | CB | 59 | 1D |
| Octal | 10 | 131 | 215 | 136 | 45 | 0 | 55 | 313 | 131 | 35 |
| Binary | 1000 | 1011001 | 10001101 | 1011110 | 100101 | 0 | 101101 | 11001011 | 1011001 | 11101 |
Color Harmonies of #08598D
Complementary color
Monochromatic Colors of #08598D
Black with #08598D
Text Example
Text Example
White with #08598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08598D; }
p { color: rgb(8,89,141); }
H1.HeaderClassName
{
color: #08598D;
}
.AnyTagClassName
{
color: #08598D;
}
</style>
background-color css
<style>
a { background-color: #08598D; }
a { background-color: rgb(8,89,141); }
div.DivClassName
{
background-color: #08598D;
}
.BgClassName
{
background-color: #08598D;
}
</style>
border-color css
<style>
span { border-color: #08598D; }
span { border-color: rgb(8,89,141); }
td.TdClassName
{
border-color: #08598D;
}
.TagClassName
{
border-color: #08598D;
}
</style>