Shades of Cobalt #0B509C
Tints of Cobalt #0B509C
RGB
CMYK
RGB Variations
Color information
#0B509C (or 0x0B509C) is known color: Cobalt. HEX triplet: 0B, 50 and 9C. RGB value is (11,80,156). Sum of RGB (Red+Green+Blue) = 11+80+156=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B509C is #F4AF63. Grayscale: #434343. Windows color (decimal): -16035684 or 10244107. OLE color: 10244107.
HSL color Cylindrical-coordinate representation of color #0B509C: hue angle of 211.45º 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 #0B509C is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 80 | 156 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.39 |
| HSL | 211.45º | 0.87% | 0.33% | - |
| HSV(B) | 211.45º | 0.93% | 0.61% | - |
| XYZ | 9.01 | 8.21 | 32.56 | - |
| YUV | 68.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 156 | 0.93 | 0.49 | 0 | 0.39 | 211.45 | 0.87 | 0.33 |
| Hex | B | 50 | 9C | 5D | 31 | 0 | 27 | D3 | 57 | 21 |
| Octal | 13 | 120 | 234 | 135 | 61 | 0 | 47 | 323 | 127 | 41 |
| Binary | 1011 | 1010000 | 10011100 | 1011101 | 110001 | 0 | 100111 | 11010011 | 1010111 | 100001 |
Color Harmonies of #0B509C
Complementary color
Monochromatic Colors of #0B509C
Black with #0B509C
Text Example
Text Example
White with #0B509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B509C; }
p { color: rgb(11,80,156); }
H1.HeaderClassName
{
color: #0B509C;
}
.AnyTagClassName
{
color: #0B509C;
}
</style>
background-color css
<style>
a { background-color: #0B509C; }
a { background-color: rgb(11,80,156); }
div.DivClassName
{
background-color: #0B509C;
}
.BgClassName
{
background-color: #0B509C;
}
</style>
border-color css
<style>
span { border-color: #0B509C; }
span { border-color: rgb(11,80,156); }
td.TdClassName
{
border-color: #0B509C;
}
.TagClassName
{
border-color: #0B509C;
}
</style>