Shades of Cobalt #08599E
Tints of Cobalt #08599E
RGB
CMYK
RGB Variations
Color information
#08599E (or 0x08599E) is known color: Cobalt. HEX triplet: 08, 59 and 9E. RGB value is (8,89,158). Sum of RGB (Red+Green+Blue) = 8+89+158=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #08599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08599E is #F7A661. Grayscale: #484848. Windows color (decimal): -16229986 or 10377480. OLE color: 10377480.
HSL color Cylindrical-coordinate representation of color #08599E: hue angle of 207.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08599E is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 89 | 158 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.38 |
| HSL | 207.6º | 0.9% | 0.33% | - |
| HSV(B) | 207.6º | 0.95% | 0.62% | - |
| XYZ | 9.84 | 9.67 | 33.69 | - |
| YUV | 72.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 158 | 0.95 | 0.44 | 0 | 0.38 | 207.6 | 0.9 | 0.33 |
| Hex | 8 | 59 | 9E | 5F | 2C | 0 | 26 | D0 | 5A | 21 |
| Octal | 10 | 131 | 236 | 137 | 54 | 0 | 46 | 320 | 132 | 41 |
| Binary | 1000 | 1011001 | 10011110 | 1011111 | 101100 | 0 | 100110 | 11010000 | 1011010 | 100001 |
Color Harmonies of #08599E
Complementary color
Monochromatic Colors of #08599E
Black with #08599E
Text Example
Text Example
White with #08599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08599E; }
p { color: rgb(8,89,158); }
H1.HeaderClassName
{
color: #08599E;
}
.AnyTagClassName
{
color: #08599E;
}
</style>
background-color css
<style>
a { background-color: #08599E; }
a { background-color: rgb(8,89,158); }
div.DivClassName
{
background-color: #08599E;
}
.BgClassName
{
background-color: #08599E;
}
</style>
border-color css
<style>
span { border-color: #08599E; }
span { border-color: rgb(8,89,158); }
td.TdClassName
{
border-color: #08599E;
}
.TagClassName
{
border-color: #08599E;
}
</style>