Shades of Cobalt #0B539D
Tints of Cobalt #0B539D
RGB
CMYK
RGB Variations
Color information
#0B539D (or 0x0B539D) is known color: Cobalt. HEX triplet: 0B, 53 and 9D. RGB value is (11,83,157). Sum of RGB (Red+Green+Blue) = 11+83+157=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B539D is #F4AC62. Grayscale: #454545. Windows color (decimal): -16034915 or 10310411. OLE color: 10310411.
HSL color Cylindrical-coordinate representation of color #0B539D: hue angle of 210.41º 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 #0B539D is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 83 | 157 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.38 |
| HSL | 210.41º | 0.87% | 0.33% | - |
| HSV(B) | 210.41º | 0.93% | 0.62% | - |
| XYZ | 9.32 | 8.69 | 33.08 | - |
| YUV | 69.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 157 | 0.93 | 0.47 | 0 | 0.38 | 210.41 | 0.87 | 0.33 |
| Hex | B | 53 | 9D | 5D | 2F | 0 | 26 | D2 | 57 | 21 |
| Octal | 13 | 123 | 235 | 135 | 57 | 0 | 46 | 322 | 127 | 41 |
| Binary | 1011 | 1010011 | 10011101 | 1011101 | 101111 | 0 | 100110 | 11010010 | 1010111 | 100001 |
Color Harmonies of #0B539D
Complementary color
Monochromatic Colors of #0B539D
Black with #0B539D
Text Example
Text Example
White with #0B539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B539D; }
p { color: rgb(11,83,157); }
H1.HeaderClassName
{
color: #0B539D;
}
.AnyTagClassName
{
color: #0B539D;
}
</style>
background-color css
<style>
a { background-color: #0B539D; }
a { background-color: rgb(11,83,157); }
div.DivClassName
{
background-color: #0B539D;
}
.BgClassName
{
background-color: #0B539D;
}
</style>
border-color css
<style>
span { border-color: #0B539D; }
span { border-color: rgb(11,83,157); }
td.TdClassName
{
border-color: #0B539D;
}
.TagClassName
{
border-color: #0B539D;
}
</style>