Shades of Cobalt #0B5CA6
Tints of Cobalt #0B5CA6
RGB
CMYK
RGB Variations
Color information
#0B5CA6 (or 0x0B5CA6) is known color: Cobalt. HEX triplet: 0B, 5C and A6. RGB value is (11,92,166). Sum of RGB (Red+Green+Blue) = 11+92+166=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #0B5CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5CA6 is #F4A359. Grayscale: #4B4B4B. Windows color (decimal): -16032602 or 10902539. OLE color: 10902539.
HSL color Cylindrical-coordinate representation of color #0B5CA6: hue angle of 208.65º 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 #0B5CA6 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 92 | 166 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.35 |
| HSL | 208.65º | 0.88% | 0.35% | - |
| HSV(B) | 208.65º | 0.93% | 0.65% | - |
| XYZ | 10.85 | 10.48 | 37.53 | - |
| YUV | 76.22 | 178.66 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 166 | 0.93 | 0.45 | 0 | 0.35 | 208.65 | 0.88 | 0.35 |
| Hex | B | 5C | A6 | 5D | 2D | 0 | 23 | D1 | 58 | 23 |
| Octal | 13 | 134 | 246 | 135 | 55 | 0 | 43 | 321 | 130 | 43 |
| Binary | 1011 | 1011100 | 10100110 | 1011101 | 101101 | 0 | 100011 | 11010001 | 1011000 | 100011 |
Color Harmonies of #0B5CA6
Complementary color
Monochromatic Colors of #0B5CA6
Black with #0B5CA6
Text Example
Text Example
White with #0B5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CA6; }
p { color: rgb(11,92,166); }
H1.HeaderClassName
{
color: #0B5CA6;
}
.AnyTagClassName
{
color: #0B5CA6;
}
</style>
background-color css
<style>
a { background-color: #0B5CA6; }
a { background-color: rgb(11,92,166); }
div.DivClassName
{
background-color: #0B5CA6;
}
.BgClassName
{
background-color: #0B5CA6;
}
</style>
border-color css
<style>
span { border-color: #0B5CA6; }
span { border-color: rgb(11,92,166); }
td.TdClassName
{
border-color: #0B5CA6;
}
.TagClassName
{
border-color: #0B5CA6;
}
</style>