Shades of Cobalt #0B44BD
Tints of Cobalt #0B44BD
RGB
CMYK
RGB Variations
Color information
#0B44BD (or 0x0B44BD) is known color: Cobalt. HEX triplet: 0B, 44 and BD. RGB value is (11,68,189). Sum of RGB (Red+Green+Blue) = 11+68+189=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B44BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B44BD is #F4BB42. Grayscale: #404040. Windows color (decimal): -16038723 or 12403723. OLE color: 12403723.
HSL color Cylindrical-coordinate representation of color #0B44BD: hue angle of 220.79º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B44BD is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 68 | 189 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.26 |
| HSL | 220.79º | 0.89% | 0.39% | - |
| HSV(B) | 220.79º | 0.94% | 0.74% | - |
| XYZ | 11.39 | 7.88 | 49.06 | - |
| YUV | 64.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 189 | 0.94 | 0.64 | 0 | 0.26 | 220.79 | 0.89 | 0.39 |
| Hex | B | 44 | BD | 5E | 40 | 0 | 1A | DD | 59 | 27 |
| Octal | 13 | 104 | 275 | 136 | 100 | 0 | 32 | 335 | 131 | 47 |
| Binary | 1011 | 1000100 | 10111101 | 1011110 | 1000000 | 0 | 11010 | 11011101 | 1011001 | 100111 |
Color Harmonies of #0B44BD
Complementary color
Monochromatic Colors of #0B44BD
Black with #0B44BD
Text Example
Text Example
White with #0B44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B44BD; }
p { color: rgb(11,68,189); }
H1.HeaderClassName
{
color: #0B44BD;
}
.AnyTagClassName
{
color: #0B44BD;
}
</style>
background-color css
<style>
a { background-color: #0B44BD; }
a { background-color: rgb(11,68,189); }
div.DivClassName
{
background-color: #0B44BD;
}
.BgClassName
{
background-color: #0B44BD;
}
</style>
border-color css
<style>
span { border-color: #0B44BD; }
span { border-color: rgb(11,68,189); }
td.TdClassName
{
border-color: #0B44BD;
}
.TagClassName
{
border-color: #0B44BD;
}
</style>