Shades of Cobalt #0B5AA5
Tints of Cobalt #0B5AA5
RGB
CMYK
RGB Variations
Color information
#0B5AA5 (or 0x0B5AA5) is known color: Cobalt. HEX triplet: 0B, 5A and A5. RGB value is (11,90,165). Sum of RGB (Red+Green+Blue) = 11+90+165=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B5AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5AA5 is #F4A55A. Grayscale: #4A4A4A. Windows color (decimal): -16033115 or 10836491. OLE color: 10836491.
HSL color Cylindrical-coordinate representation of color #0B5AA5: hue angle of 209.22º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5AA5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 90 | 165 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.35 |
| HSL | 209.22º | 0.88% | 0.35% | - |
| HSV(B) | 209.22º | 0.93% | 0.65% | - |
| XYZ | 10.59 | 10.1 | 36.99 | - |
| YUV | 74.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 165 | 0.93 | 0.45 | 0 | 0.35 | 209.22 | 0.88 | 0.35 |
| Hex | B | 5A | A5 | 5D | 2D | 0 | 23 | D1 | 58 | 23 |
| Octal | 13 | 132 | 245 | 135 | 55 | 0 | 43 | 321 | 130 | 43 |
| Binary | 1011 | 1011010 | 10100101 | 1011101 | 101101 | 0 | 100011 | 11010001 | 1011000 | 100011 |
Color Harmonies of #0B5AA5
Complementary color
Monochromatic Colors of #0B5AA5
Black with #0B5AA5
Text Example
Text Example
White with #0B5AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5AA5; }
p { color: rgb(11,90,165); }
H1.HeaderClassName
{
color: #0B5AA5;
}
.AnyTagClassName
{
color: #0B5AA5;
}
</style>
background-color css
<style>
a { background-color: #0B5AA5; }
a { background-color: rgb(11,90,165); }
div.DivClassName
{
background-color: #0B5AA5;
}
.BgClassName
{
background-color: #0B5AA5;
}
</style>
border-color css
<style>
span { border-color: #0B5AA5; }
span { border-color: rgb(11,90,165); }
td.TdClassName
{
border-color: #0B5AA5;
}
.TagClassName
{
border-color: #0B5AA5;
}
</style>