Shades of Cobalt #0B55AC
Tints of Cobalt #0B55AC
RGB
CMYK
RGB Variations
Color information
#0B55AC (or 0x0B55AC) is known color: Cobalt. HEX triplet: 0B, 55 and AC. RGB value is (11,85,172). Sum of RGB (Red+Green+Blue) = 11+85+172=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B55AC is #F4AA53. Grayscale: #484848. Windows color (decimal): -16034388 or 11293963. OLE color: 11293963.
HSL color Cylindrical-coordinate representation of color #0B55AC: hue angle of 212.42º 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 #0B55AC is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 85 | 172 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.33 |
| HSL | 212.42º | 0.88% | 0.36% | - |
| HSV(B) | 212.42º | 0.94% | 0.67% | - |
| XYZ | 10.83 | 9.55 | 40.3 | - |
| YUV | 72.79 | 183.98 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 172 | 0.94 | 0.51 | 0 | 0.33 | 212.42 | 0.88 | 0.36 |
| Hex | B | 55 | AC | 5E | 33 | 0 | 21 | D4 | 58 | 24 |
| Octal | 13 | 125 | 254 | 136 | 63 | 0 | 41 | 324 | 130 | 44 |
| Binary | 1011 | 1010101 | 10101100 | 1011110 | 110011 | 0 | 100001 | 11010100 | 1011000 | 100100 |
Color Harmonies of #0B55AC
Complementary color
Monochromatic Colors of #0B55AC
Black with #0B55AC
Text Example
Text Example
White with #0B55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B55AC; }
p { color: rgb(11,85,172); }
H1.HeaderClassName
{
color: #0B55AC;
}
.AnyTagClassName
{
color: #0B55AC;
}
</style>
background-color css
<style>
a { background-color: #0B55AC; }
a { background-color: rgb(11,85,172); }
div.DivClassName
{
background-color: #0B55AC;
}
.BgClassName
{
background-color: #0B55AC;
}
</style>
border-color css
<style>
span { border-color: #0B55AC; }
span { border-color: rgb(11,85,172); }
td.TdClassName
{
border-color: #0B55AC;
}
.TagClassName
{
border-color: #0B55AC;
}
</style>