Shades of Cobalt #0B4B96
Tints of Cobalt #0B4B96
RGB
CMYK
RGB Variations
Color information
#0B4B96 (or 0x0B4B96) is known color: Cobalt. HEX triplet: 0B, 4B and 96. RGB value is (11,75,150). Sum of RGB (Red+Green+Blue) = 11+75+150=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B4B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4B96 is #F4B469. Grayscale: #404040. Windows color (decimal): -16036970 or 9849611. OLE color: 9849611.
HSL color Cylindrical-coordinate representation of color #0B4B96: hue angle of 212.37º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4B96 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 75 | 150 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.41 |
| HSL | 212.37º | 0.86% | 0.32% | - |
| HSV(B) | 212.37º | 0.93% | 0.59% | - |
| XYZ | 8.16 | 7.31 | 29.83 | - |
| YUV | 64.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 150 | 0.93 | 0.5 | 0 | 0.41 | 212.37 | 0.86 | 0.32 |
| Hex | B | 4B | 96 | 5D | 32 | 0 | 29 | D4 | 56 | 20 |
| Octal | 13 | 113 | 226 | 135 | 62 | 0 | 51 | 324 | 126 | 40 |
| Binary | 1011 | 1001011 | 10010110 | 1011101 | 110010 | 0 | 101001 | 11010100 | 1010110 | 100000 |
Color Harmonies of #0B4B96
Complementary color
Monochromatic Colors of #0B4B96
Black with #0B4B96
Text Example
Text Example
White with #0B4B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B96; }
p { color: rgb(11,75,150); }
H1.HeaderClassName
{
color: #0B4B96;
}
.AnyTagClassName
{
color: #0B4B96;
}
</style>
background-color css
<style>
a { background-color: #0B4B96; }
a { background-color: rgb(11,75,150); }
div.DivClassName
{
background-color: #0B4B96;
}
.BgClassName
{
background-color: #0B4B96;
}
</style>
border-color css
<style>
span { border-color: #0B4B96; }
span { border-color: rgb(11,75,150); }
td.TdClassName
{
border-color: #0B4B96;
}
.TagClassName
{
border-color: #0B4B96;
}
</style>