Shades of Cobalt #0B5C9A
Tints of Cobalt #0B5C9A
RGB
CMYK
RGB Variations
Color information
#0B5C9A (or 0x0B5C9A) is known color: Cobalt. HEX triplet: 0B, 5C and 9A. RGB value is (11,92,154). Sum of RGB (Red+Green+Blue) = 11+92+154=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B5C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5C9A is #F4A365. Grayscale: #4A4A4A. Windows color (decimal): -16032614 or 10116107. OLE color: 10116107.
HSL color Cylindrical-coordinate representation of color #0B5C9A: hue angle of 206.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5C9A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 92 | 154 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.40 |
| HSL | 206.01º | 0.87% | 0.32% | - |
| HSV(B) | 206.01º | 0.93% | 0.6% | - |
| XYZ | 9.8 | 10.06 | 32 | - |
| YUV | 74.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 154 | 0.93 | 0.40 | 0 | 0.40 | 206.01 | 0.87 | 0.32 |
| Hex | B | 5C | 9A | 5D | 28 | 0 | 28 | CE | 57 | 20 |
| Octal | 13 | 134 | 232 | 135 | 50 | 0 | 50 | 316 | 127 | 40 |
| Binary | 1011 | 1011100 | 10011010 | 1011101 | 101000 | 0 | 101000 | 11001110 | 1010111 | 100000 |
Color Harmonies of #0B5C9A
Complementary color
Monochromatic Colors of #0B5C9A
Black with #0B5C9A
Text Example
Text Example
White with #0B5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C9A; }
p { color: rgb(11,92,154); }
H1.HeaderClassName
{
color: #0B5C9A;
}
.AnyTagClassName
{
color: #0B5C9A;
}
</style>
background-color css
<style>
a { background-color: #0B5C9A; }
a { background-color: rgb(11,92,154); }
div.DivClassName
{
background-color: #0B5C9A;
}
.BgClassName
{
background-color: #0B5C9A;
}
</style>
border-color css
<style>
span { border-color: #0B5C9A; }
span { border-color: rgb(11,92,154); }
td.TdClassName
{
border-color: #0B5C9A;
}
.TagClassName
{
border-color: #0B5C9A;
}
</style>