Shades of Dark Cerulean #08598A
Tints of Dark Cerulean #08598A
RGB
CMYK
RGB Variations
Color information
#08598A (or 0x08598A) is known color: Dark Cerulean. HEX triplet: 08, 59 and 8A. RGB value is (8,89,138). Sum of RGB (Red+Green+Blue) = 8+89+138=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #08598A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08598A is #F7A675. Grayscale: #464646. Windows color (decimal): -16230006 or 9066760. OLE color: 9066760.
HSL color Cylindrical-coordinate representation of color #08598A: hue angle of 202.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08598A is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 89 | 138 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.46 |
| HSL | 202.62º | 0.89% | 0.29% | - |
| HSV(B) | 202.62º | 0.94% | 0.54% | - |
| XYZ | 8.26 | 9.03 | 25.35 | - |
| YUV | 70.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 138 | 0.94 | 0.36 | 0 | 0.46 | 202.62 | 0.89 | 0.29 |
| Hex | 8 | 59 | 8A | 5E | 24 | 0 | 2E | CB | 59 | 1D |
| Octal | 10 | 131 | 212 | 136 | 44 | 0 | 56 | 313 | 131 | 35 |
| Binary | 1000 | 1011001 | 10001010 | 1011110 | 100100 | 0 | 101110 | 11001011 | 1011001 | 11101 |
Color Harmonies of #08598A
Complementary color
Monochromatic Colors of #08598A
Black with #08598A
Text Example
Text Example
White with #08598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08598A; }
p { color: rgb(8,89,138); }
H1.HeaderClassName
{
color: #08598A;
}
.AnyTagClassName
{
color: #08598A;
}
</style>
background-color css
<style>
a { background-color: #08598A; }
a { background-color: rgb(8,89,138); }
div.DivClassName
{
background-color: #08598A;
}
.BgClassName
{
background-color: #08598A;
}
</style>
border-color css
<style>
span { border-color: #08598A; }
span { border-color: rgb(8,89,138); }
td.TdClassName
{
border-color: #08598A;
}
.TagClassName
{
border-color: #08598A;
}
</style>