Shades of Cobalt #0B4DB4
Tints of Cobalt #0B4DB4
RGB
CMYK
RGB Variations
Color information
#0B4DB4 (or 0x0B4DB4) is known color: Cobalt. HEX triplet: 0B, 4D and B4. RGB value is (11,77,180). Sum of RGB (Red+Green+Blue) = 11+77+180=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #0B4DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4DB4 is #F4B24B. Grayscale: #444444. Windows color (decimal): -16036428 or 11816203. OLE color: 11816203.
HSL color Cylindrical-coordinate representation of color #0B4DB4: hue angle of 216.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4DB4 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 77 | 180 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.29 |
| HSL | 216.57º | 0.88% | 0.37% | - |
| HSV(B) | 216.57º | 0.94% | 0.71% | - |
| XYZ | 11.03 | 8.67 | 44.27 | - |
| YUV | 69.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 180 | 0.94 | 0.57 | 0 | 0.29 | 216.57 | 0.88 | 0.37 |
| Hex | B | 4D | B4 | 5E | 39 | 0 | 1D | D9 | 58 | 25 |
| Octal | 13 | 115 | 264 | 136 | 71 | 0 | 35 | 331 | 130 | 45 |
| Binary | 1011 | 1001101 | 10110100 | 1011110 | 111001 | 0 | 11101 | 11011001 | 1011000 | 100101 |
Color Harmonies of #0B4DB4
Complementary color
Monochromatic Colors of #0B4DB4
Black with #0B4DB4
Text Example
Text Example
White with #0B4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4DB4; }
p { color: rgb(11,77,180); }
H1.HeaderClassName
{
color: #0B4DB4;
}
.AnyTagClassName
{
color: #0B4DB4;
}
</style>
background-color css
<style>
a { background-color: #0B4DB4; }
a { background-color: rgb(11,77,180); }
div.DivClassName
{
background-color: #0B4DB4;
}
.BgClassName
{
background-color: #0B4DB4;
}
</style>
border-color css
<style>
span { border-color: #0B4DB4; }
span { border-color: rgb(11,77,180); }
td.TdClassName
{
border-color: #0B4DB4;
}
.TagClassName
{
border-color: #0B4DB4;
}
</style>