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