Shades of Cobalt #08599F
Tints of Cobalt #08599F
RGB
CMYK
RGB Variations
Color information
#08599F (or 0x08599F) is known color: Cobalt. HEX triplet: 08, 59 and 9F. RGB value is (8,89,159). Sum of RGB (Red+Green+Blue) = 8+89+159=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #08599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08599F is #F7A660. Grayscale: #484848. Windows color (decimal): -16229985 or 10443016. OLE color: 10443016.
HSL color Cylindrical-coordinate representation of color #08599F: hue angle of 207.81º 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 #08599F is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 89 | 159 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.38 |
| HSL | 207.81º | 0.9% | 0.33% | - |
| HSV(B) | 207.81º | 0.95% | 0.62% | - |
| XYZ | 9.93 | 9.7 | 34.15 | - |
| YUV | 72.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 159 | 0.95 | 0.44 | 0 | 0.38 | 207.81 | 0.9 | 0.33 |
| Hex | 8 | 59 | 9F | 5F | 2C | 0 | 26 | D0 | 5A | 21 |
| Octal | 10 | 131 | 237 | 137 | 54 | 0 | 46 | 320 | 132 | 41 |
| Binary | 1000 | 1011001 | 10011111 | 1011111 | 101100 | 0 | 100110 | 11010000 | 1011010 | 100001 |
Color Harmonies of #08599F
Complementary color
Monochromatic Colors of #08599F
Black with #08599F
Text Example
Text Example
White with #08599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08599F; }
p { color: rgb(8,89,159); }
H1.HeaderClassName
{
color: #08599F;
}
.AnyTagClassName
{
color: #08599F;
}
</style>
background-color css
<style>
a { background-color: #08599F; }
a { background-color: rgb(8,89,159); }
div.DivClassName
{
background-color: #08599F;
}
.BgClassName
{
background-color: #08599F;
}
</style>
border-color css
<style>
span { border-color: #08599F; }
span { border-color: rgb(8,89,159); }
td.TdClassName
{
border-color: #08599F;
}
.TagClassName
{
border-color: #08599F;
}
</style>