Shades of Cobalt #0B44B3
Tints of Cobalt #0B44B3
RGB
CMYK
RGB Variations
Color information
#0B44B3 (or 0x0B44B3) is known color: Cobalt. HEX triplet: 0B, 44 and B3. RGB value is (11,68,179). Sum of RGB (Red+Green+Blue) = 11+68+179=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #0B44B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B44B3 is #F4BB4C. Grayscale: #3F3F3F. Windows color (decimal): -16038733 or 11748363. OLE color: 11748363.
HSL color Cylindrical-coordinate representation of color #0B44B3: hue angle of 219.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B44B3 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 68 | 179 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.30 |
| HSL | 219.64º | 0.88% | 0.37% | - |
| HSV(B) | 219.64º | 0.94% | 0.7% | - |
| XYZ | 10.34 | 7.46 | 43.54 | - |
| YUV | 63.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 179 | 0.94 | 0.62 | 0 | 0.30 | 219.64 | 0.88 | 0.37 |
| Hex | B | 44 | B3 | 5E | 3E | 0 | 1E | DC | 58 | 25 |
| Octal | 13 | 104 | 263 | 136 | 76 | 0 | 36 | 334 | 130 | 45 |
| Binary | 1011 | 1000100 | 10110011 | 1011110 | 111110 | 0 | 11110 | 11011100 | 1011000 | 100101 |
Color Harmonies of #0B44B3
Complementary color
Monochromatic Colors of #0B44B3
Black with #0B44B3
Text Example
Text Example
White with #0B44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B44B3; }
p { color: rgb(11,68,179); }
H1.HeaderClassName
{
color: #0B44B3;
}
.AnyTagClassName
{
color: #0B44B3;
}
</style>
background-color css
<style>
a { background-color: #0B44B3; }
a { background-color: rgb(11,68,179); }
div.DivClassName
{
background-color: #0B44B3;
}
.BgClassName
{
background-color: #0B44B3;
}
</style>
border-color css
<style>
span { border-color: #0B44B3; }
span { border-color: rgb(11,68,179); }
td.TdClassName
{
border-color: #0B44B3;
}
.TagClassName
{
border-color: #0B44B3;
}
</style>