Shades of Cobalt #0B589C
Tints of Cobalt #0B589C
RGB
CMYK
RGB Variations
Color information
#0B589C (or 0x0B589C) is known color: Cobalt. HEX triplet: 0B, 58 and 9C. RGB value is (11,88,156). Sum of RGB (Red+Green+Blue) = 11+88+156=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B589C is #F4A763. Grayscale: #484848. Windows color (decimal): -16033636 or 10246155. OLE color: 10246155.
HSL color Cylindrical-coordinate representation of color #0B589C: hue angle of 208.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B589C is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 88 | 156 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.39 |
| HSL | 208.14º | 0.87% | 0.33% | - |
| HSV(B) | 208.14º | 0.93% | 0.61% | - |
| XYZ | 9.63 | 9.45 | 32.77 | - |
| YUV | 72.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 156 | 0.93 | 0.44 | 0 | 0.39 | 208.14 | 0.87 | 0.33 |
| Hex | B | 58 | 9C | 5D | 2C | 0 | 27 | D0 | 57 | 21 |
| Octal | 13 | 130 | 234 | 135 | 54 | 0 | 47 | 320 | 127 | 41 |
| Binary | 1011 | 1011000 | 10011100 | 1011101 | 101100 | 0 | 100111 | 11010000 | 1010111 | 100001 |
Color Harmonies of #0B589C
Complementary color
Monochromatic Colors of #0B589C
Black with #0B589C
Text Example
Text Example
White with #0B589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B589C; }
p { color: rgb(11,88,156); }
H1.HeaderClassName
{
color: #0B589C;
}
.AnyTagClassName
{
color: #0B589C;
}
</style>
background-color css
<style>
a { background-color: #0B589C; }
a { background-color: rgb(11,88,156); }
div.DivClassName
{
background-color: #0B589C;
}
.BgClassName
{
background-color: #0B589C;
}
</style>
border-color css
<style>
span { border-color: #0B589C; }
span { border-color: rgb(11,88,156); }
td.TdClassName
{
border-color: #0B589C;
}
.TagClassName
{
border-color: #0B589C;
}
</style>