Shades of Cobalt #0B4FBA
Tints of Cobalt #0B4FBA
RGB
CMYK
RGB Variations
Color information
#0B4FBA (or 0x0B4FBA) is known color: Cobalt. HEX triplet: 0B, 4F and BA. RGB value is (11,79,186). Sum of RGB (Red+Green+Blue) = 11+79+186=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4FBA is #F4B045. Grayscale: #464646. Windows color (decimal): -16035910 or 12209931. OLE color: 12209931.
HSL color Cylindrical-coordinate representation of color #0B4FBA: hue angle of 216.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4FBA is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 79 | 186 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.27 |
| HSL | 216.69º | 0.89% | 0.39% | - |
| HSV(B) | 216.69º | 0.94% | 0.73% | - |
| XYZ | 11.8 | 9.21 | 47.61 | - |
| YUV | 70.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 186 | 0.94 | 0.58 | 0 | 0.27 | 216.69 | 0.89 | 0.39 |
| Hex | B | 4F | BA | 5E | 3A | 0 | 1B | D9 | 59 | 27 |
| Octal | 13 | 117 | 272 | 136 | 72 | 0 | 33 | 331 | 131 | 47 |
| Binary | 1011 | 1001111 | 10111010 | 1011110 | 111010 | 0 | 11011 | 11011001 | 1011001 | 100111 |
Color Harmonies of #0B4FBA
Complementary color
Monochromatic Colors of #0B4FBA
Black with #0B4FBA
Text Example
Text Example
White with #0B4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4FBA; }
p { color: rgb(11,79,186); }
H1.HeaderClassName
{
color: #0B4FBA;
}
.AnyTagClassName
{
color: #0B4FBA;
}
</style>
background-color css
<style>
a { background-color: #0B4FBA; }
a { background-color: rgb(11,79,186); }
div.DivClassName
{
background-color: #0B4FBA;
}
.BgClassName
{
background-color: #0B4FBA;
}
</style>
border-color css
<style>
span { border-color: #0B4FBA; }
span { border-color: rgb(11,79,186); }
td.TdClassName
{
border-color: #0B4FBA;
}
.TagClassName
{
border-color: #0B4FBA;
}
</style>