Shades of Cobalt #0B41AA
Tints of Cobalt #0B41AA
RGB
CMYK
RGB Variations
Color information
#0B41AA (or 0x0B41AA) is known color: Cobalt. HEX triplet: 0B, 41 and AA. RGB value is (11,65,170). Sum of RGB (Red+Green+Blue) = 11+65+170=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B41AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B41AA is #F4BE55. Grayscale: #3C3C3C. Windows color (decimal): -16039510 or 11157771. OLE color: 11157771.
HSL color Cylindrical-coordinate representation of color #0B41AA: hue angle of 219.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B41AA is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 65 | 170 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.33 |
| HSL | 219.62º | 0.88% | 0.35% | - |
| HSV(B) | 219.62º | 0.94% | 0.67% | - |
| XYZ | 9.28 | 6.75 | 38.84 | - |
| YUV | 60.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 170 | 0.94 | 0.62 | 0 | 0.33 | 219.62 | 0.88 | 0.35 |
| Hex | B | 41 | AA | 5E | 3E | 0 | 21 | DC | 58 | 23 |
| Octal | 13 | 101 | 252 | 136 | 76 | 0 | 41 | 334 | 130 | 43 |
| Binary | 1011 | 1000001 | 10101010 | 1011110 | 111110 | 0 | 100001 | 11011100 | 1011000 | 100011 |
Color Harmonies of #0B41AA
Complementary color
Monochromatic Colors of #0B41AA
Black with #0B41AA
Text Example
Text Example
White with #0B41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B41AA; }
p { color: rgb(11,65,170); }
H1.HeaderClassName
{
color: #0B41AA;
}
.AnyTagClassName
{
color: #0B41AA;
}
</style>
background-color css
<style>
a { background-color: #0B41AA; }
a { background-color: rgb(11,65,170); }
div.DivClassName
{
background-color: #0B41AA;
}
.BgClassName
{
background-color: #0B41AA;
}
</style>
border-color css
<style>
span { border-color: #0B41AA; }
span { border-color: rgb(11,65,170); }
td.TdClassName
{
border-color: #0B41AA;
}
.TagClassName
{
border-color: #0B41AA;
}
</style>