Shades of Cobalt #08599A
Tints of Cobalt #08599A
RGB
CMYK
RGB Variations
Color information
#08599A (or 0x08599A) is known color: Cobalt. HEX triplet: 08, 59 and 9A. RGB value is (8,89,154). Sum of RGB (Red+Green+Blue) = 8+89+154=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #08599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08599A is #F7A665. Grayscale: #474747. Windows color (decimal): -16229990 or 10115336. OLE color: 10115336.
HSL color Cylindrical-coordinate representation of color #08599A: hue angle of 206.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08599A is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 89 | 154 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.40 |
| HSL | 206.71º | 0.9% | 0.32% | - |
| HSV(B) | 206.71º | 0.95% | 0.6% | - |
| XYZ | 9.51 | 9.53 | 31.91 | - |
| YUV | 72.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 154 | 0.95 | 0.42 | 0 | 0.40 | 206.71 | 0.9 | 0.32 |
| Hex | 8 | 59 | 9A | 5F | 2A | 0 | 28 | CF | 5A | 20 |
| Octal | 10 | 131 | 232 | 137 | 52 | 0 | 50 | 317 | 132 | 40 |
| Binary | 1000 | 1011001 | 10011010 | 1011111 | 101010 | 0 | 101000 | 11001111 | 1011010 | 100000 |
Color Harmonies of #08599A
Complementary color
Monochromatic Colors of #08599A
Black with #08599A
Text Example
Text Example
White with #08599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08599A; }
p { color: rgb(8,89,154); }
H1.HeaderClassName
{
color: #08599A;
}
.AnyTagClassName
{
color: #08599A;
}
</style>
background-color css
<style>
a { background-color: #08599A; }
a { background-color: rgb(8,89,154); }
div.DivClassName
{
background-color: #08599A;
}
.BgClassName
{
background-color: #08599A;
}
</style>
border-color css
<style>
span { border-color: #08599A; }
span { border-color: rgb(8,89,154); }
td.TdClassName
{
border-color: #08599A;
}
.TagClassName
{
border-color: #08599A;
}
</style>