Shades of Cobalt #0B50B3
Tints of Cobalt #0B50B3
RGB
CMYK
RGB Variations
Color information
#0B50B3 (or 0x0B50B3) is known color: Cobalt. HEX triplet: 0B, 50 and B3. RGB value is (11,80,179). Sum of RGB (Red+Green+Blue) = 11+80+179=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #0B50B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B50B3 is #F4AF4C. Grayscale: #464646. Windows color (decimal): -16035661 or 11751435. OLE color: 11751435.
HSL color Cylindrical-coordinate representation of color #0B50B3: hue angle of 215.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B50B3 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 80 | 179 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.30 |
| HSL | 215.36º | 0.88% | 0.37% | - |
| HSV(B) | 215.36º | 0.94% | 0.7% | - |
| XYZ | 11.14 | 9.06 | 43.81 | - |
| YUV | 70.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 179 | 0.94 | 0.55 | 0 | 0.30 | 215.36 | 0.88 | 0.37 |
| Hex | B | 50 | B3 | 5E | 37 | 0 | 1E | D7 | 58 | 25 |
| Octal | 13 | 120 | 263 | 136 | 67 | 0 | 36 | 327 | 130 | 45 |
| Binary | 1011 | 1010000 | 10110011 | 1011110 | 110111 | 0 | 11110 | 11010111 | 1011000 | 100101 |
Color Harmonies of #0B50B3
Complementary color
Monochromatic Colors of #0B50B3
Black with #0B50B3
Text Example
Text Example
White with #0B50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B50B3; }
p { color: rgb(11,80,179); }
H1.HeaderClassName
{
color: #0B50B3;
}
.AnyTagClassName
{
color: #0B50B3;
}
</style>
background-color css
<style>
a { background-color: #0B50B3; }
a { background-color: rgb(11,80,179); }
div.DivClassName
{
background-color: #0B50B3;
}
.BgClassName
{
background-color: #0B50B3;
}
</style>
border-color css
<style>
span { border-color: #0B50B3; }
span { border-color: rgb(11,80,179); }
td.TdClassName
{
border-color: #0B50B3;
}
.TagClassName
{
border-color: #0B50B3;
}
</style>