Shades of Cobalt #0B53AC
Tints of Cobalt #0B53AC
RGB
CMYK
RGB Variations
Color information
#0B53AC (or 0x0B53AC) is known color: Cobalt. HEX triplet: 0B, 53 and AC. RGB value is (11,83,172). Sum of RGB (Red+Green+Blue) = 11+83+172=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B53AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B53AC is #F4AC53. Grayscale: #474747. Windows color (decimal): -16034900 or 11293451. OLE color: 11293451.
HSL color Cylindrical-coordinate representation of color #0B53AC: hue angle of 213.17º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B53AC is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 83 | 172 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.33 |
| HSL | 213.17º | 0.88% | 0.36% | - |
| HSV(B) | 213.17º | 0.94% | 0.67% | - |
| XYZ | 10.68 | 9.24 | 40.25 | - |
| YUV | 71.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 172 | 0.94 | 0.52 | 0 | 0.33 | 213.17 | 0.88 | 0.36 |
| Hex | B | 53 | AC | 5E | 34 | 0 | 21 | D5 | 58 | 24 |
| Octal | 13 | 123 | 254 | 136 | 64 | 0 | 41 | 325 | 130 | 44 |
| Binary | 1011 | 1010011 | 10101100 | 1011110 | 110100 | 0 | 100001 | 11010101 | 1011000 | 100100 |
Color Harmonies of #0B53AC
Complementary color
Monochromatic Colors of #0B53AC
Black with #0B53AC
Text Example
Text Example
White with #0B53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B53AC; }
p { color: rgb(11,83,172); }
H1.HeaderClassName
{
color: #0B53AC;
}
.AnyTagClassName
{
color: #0B53AC;
}
</style>
background-color css
<style>
a { background-color: #0B53AC; }
a { background-color: rgb(11,83,172); }
div.DivClassName
{
background-color: #0B53AC;
}
.BgClassName
{
background-color: #0B53AC;
}
</style>
border-color css
<style>
span { border-color: #0B53AC; }
span { border-color: rgb(11,83,172); }
td.TdClassName
{
border-color: #0B53AC;
}
.TagClassName
{
border-color: #0B53AC;
}
</style>