Shades of Cobalt #0B4DAC
Tints of Cobalt #0B4DAC
RGB
CMYK
RGB Variations
Color information
#0B4DAC (or 0x0B4DAC) is known color: Cobalt. HEX triplet: 0B, 4D and AC. RGB value is (11,77,172). Sum of RGB (Red+Green+Blue) = 11+77+172=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B4DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4DAC is #F4B253. Grayscale: #434343. Windows color (decimal): -16036436 or 11291915. OLE color: 11291915.
HSL color Cylindrical-coordinate representation of color #0B4DAC: hue angle of 215.4º 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 #0B4DAC is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 77 | 172 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.33 |
| HSL | 215.4º | 0.88% | 0.36% | - |
| HSV(B) | 215.4º | 0.94% | 0.67% | - |
| XYZ | 10.24 | 8.36 | 40.1 | - |
| YUV | 68.1 | 186.63 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 172 | 0.94 | 0.55 | 0 | 0.33 | 215.4 | 0.88 | 0.36 |
| Hex | B | 4D | AC | 5E | 37 | 0 | 21 | D7 | 58 | 24 |
| Octal | 13 | 115 | 254 | 136 | 67 | 0 | 41 | 327 | 130 | 44 |
| Binary | 1011 | 1001101 | 10101100 | 1011110 | 110111 | 0 | 100001 | 11010111 | 1011000 | 100100 |
Color Harmonies of #0B4DAC
Complementary color
Monochromatic Colors of #0B4DAC
Black with #0B4DAC
Text Example
Text Example
White with #0B4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4DAC; }
p { color: rgb(11,77,172); }
H1.HeaderClassName
{
color: #0B4DAC;
}
.AnyTagClassName
{
color: #0B4DAC;
}
</style>
background-color css
<style>
a { background-color: #0B4DAC; }
a { background-color: rgb(11,77,172); }
div.DivClassName
{
background-color: #0B4DAC;
}
.BgClassName
{
background-color: #0B4DAC;
}
</style>
border-color css
<style>
span { border-color: #0B4DAC; }
span { border-color: rgb(11,77,172); }
td.TdClassName
{
border-color: #0B4DAC;
}
.TagClassName
{
border-color: #0B4DAC;
}
</style>