Shades of Cobalt #0B599A
Tints of Cobalt #0B599A
RGB
CMYK
RGB Variations
Color information
#0B599A (or 0x0B599A) is known color: Cobalt. HEX triplet: 0B, 59 and 9A. RGB value is (11,89,154). Sum of RGB (Red+Green+Blue) = 11+89+154=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B599A is #F4A665. Grayscale: #484848. Windows color (decimal): -16033382 or 10115339. OLE color: 10115339.
HSL color Cylindrical-coordinate representation of color #0B599A: hue angle of 207.27º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B599A is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 89 | 154 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.40 |
| HSL | 207.27º | 0.87% | 0.32% | - |
| HSV(B) | 207.27º | 0.93% | 0.6% | - |
| XYZ | 9.54 | 9.55 | 31.91 | - |
| YUV | 73.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 154 | 0.93 | 0.42 | 0 | 0.40 | 207.27 | 0.87 | 0.32 |
| Hex | B | 59 | 9A | 5D | 2A | 0 | 28 | CF | 57 | 20 |
| Octal | 13 | 131 | 232 | 135 | 52 | 0 | 50 | 317 | 127 | 40 |
| Binary | 1011 | 1011001 | 10011010 | 1011101 | 101010 | 0 | 101000 | 11001111 | 1010111 | 100000 |
Color Harmonies of #0B599A
Complementary color
Monochromatic Colors of #0B599A
Black with #0B599A
Text Example
Text Example
White with #0B599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B599A; }
p { color: rgb(11,89,154); }
H1.HeaderClassName
{
color: #0B599A;
}
.AnyTagClassName
{
color: #0B599A;
}
</style>
background-color css
<style>
a { background-color: #0B599A; }
a { background-color: rgb(11,89,154); }
div.DivClassName
{
background-color: #0B599A;
}
.BgClassName
{
background-color: #0B599A;
}
</style>
border-color css
<style>
span { border-color: #0B599A; }
span { border-color: rgb(11,89,154); }
td.TdClassName
{
border-color: #0B599A;
}
.TagClassName
{
border-color: #0B599A;
}
</style>