Shades of Cobalt #0B519D
Tints of Cobalt #0B519D
RGB
CMYK
RGB Variations
Color information
#0B519D (or 0x0B519D) is known color: Cobalt. HEX triplet: 0B, 51 and 9D. RGB value is (11,81,157). Sum of RGB (Red+Green+Blue) = 11+81+157=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B519D is #F4AE62. Grayscale: #444444. Windows color (decimal): -16035427 or 10309899. OLE color: 10309899.
HSL color Cylindrical-coordinate representation of color #0B519D: hue angle of 211.23º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B519D is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 81 | 157 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.38 |
| HSL | 211.23º | 0.87% | 0.33% | - |
| HSV(B) | 211.23º | 0.93% | 0.62% | - |
| XYZ | 9.17 | 8.39 | 33.03 | - |
| YUV | 68.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 157 | 0.93 | 0.48 | 0 | 0.38 | 211.23 | 0.87 | 0.33 |
| Hex | B | 51 | 9D | 5D | 30 | 0 | 26 | D3 | 57 | 21 |
| Octal | 13 | 121 | 235 | 135 | 60 | 0 | 46 | 323 | 127 | 41 |
| Binary | 1011 | 1010001 | 10011101 | 1011101 | 110000 | 0 | 100110 | 11010011 | 1010111 | 100001 |
Color Harmonies of #0B519D
Complementary color
Monochromatic Colors of #0B519D
Black with #0B519D
Text Example
Text Example
White with #0B519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B519D; }
p { color: rgb(11,81,157); }
H1.HeaderClassName
{
color: #0B519D;
}
.AnyTagClassName
{
color: #0B519D;
}
</style>
background-color css
<style>
a { background-color: #0B519D; }
a { background-color: rgb(11,81,157); }
div.DivClassName
{
background-color: #0B519D;
}
.BgClassName
{
background-color: #0B519D;
}
</style>
border-color css
<style>
span { border-color: #0B519D; }
span { border-color: rgb(11,81,157); }
td.TdClassName
{
border-color: #0B519D;
}
.TagClassName
{
border-color: #0B519D;
}
</style>