Shades of Cobalt #0B519B
Tints of Cobalt #0B519B
RGB
CMYK
RGB Variations
Color information
#0B519B (or 0x0B519B) is known color: Cobalt. HEX triplet: 0B, 51 and 9B. RGB value is (11,81,155). Sum of RGB (Red+Green+Blue) = 11+81+155=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B519B is #F4AE64. Grayscale: #444444. Windows color (decimal): -16035429 or 10178827. OLE color: 10178827.
HSL color Cylindrical-coordinate representation of color #0B519B: hue angle of 210.83º 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 #0B519B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 81 | 155 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.39 |
| HSL | 210.83º | 0.87% | 0.33% | - |
| HSV(B) | 210.83º | 0.93% | 0.61% | - |
| XYZ | 9 | 8.32 | 32.14 | - |
| YUV | 68.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 155 | 0.93 | 0.48 | 0 | 0.39 | 210.83 | 0.87 | 0.33 |
| Hex | B | 51 | 9B | 5D | 30 | 0 | 27 | D3 | 57 | 21 |
| Octal | 13 | 121 | 233 | 135 | 60 | 0 | 47 | 323 | 127 | 41 |
| Binary | 1011 | 1010001 | 10011011 | 1011101 | 110000 | 0 | 100111 | 11010011 | 1010111 | 100001 |
Color Harmonies of #0B519B
Complementary color
Monochromatic Colors of #0B519B
Black with #0B519B
Text Example
Text Example
White with #0B519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B519B; }
p { color: rgb(11,81,155); }
H1.HeaderClassName
{
color: #0B519B;
}
.AnyTagClassName
{
color: #0B519B;
}
</style>
background-color css
<style>
a { background-color: #0B519B; }
a { background-color: rgb(11,81,155); }
div.DivClassName
{
background-color: #0B519B;
}
.BgClassName
{
background-color: #0B519B;
}
</style>
border-color css
<style>
span { border-color: #0B519B; }
span { border-color: rgb(11,81,155); }
td.TdClassName
{
border-color: #0B519B;
}
.TagClassName
{
border-color: #0B519B;
}
</style>