Shades of Cobalt #0B5DA3
Tints of Cobalt #0B5DA3
RGB
CMYK
RGB Variations
Color information
#0B5DA3 (or 0x0B5DA3) is known color: Cobalt. HEX triplet: 0B, 5D and A3. RGB value is (11,93,163). Sum of RGB (Red+Green+Blue) = 11+93+163=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #0B5DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5DA3 is #F4A25C. Grayscale: #4C4C4C. Windows color (decimal): -16032349 or 10706187. OLE color: 10706187.
HSL color Cylindrical-coordinate representation of color #0B5DA3: hue angle of 207.63º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5DA3 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 93 | 163 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.36 |
| HSL | 207.63º | 0.87% | 0.34% | - |
| HSV(B) | 207.63º | 0.93% | 0.64% | - |
| XYZ | 10.66 | 10.54 | 36.12 | - |
| YUV | 76.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 163 | 0.93 | 0.43 | 0 | 0.36 | 207.63 | 0.87 | 0.34 |
| Hex | B | 5D | A3 | 5D | 2B | 0 | 24 | D0 | 57 | 22 |
| Octal | 13 | 135 | 243 | 135 | 53 | 0 | 44 | 320 | 127 | 42 |
| Binary | 1011 | 1011101 | 10100011 | 1011101 | 101011 | 0 | 100100 | 11010000 | 1010111 | 100010 |
Color Harmonies of #0B5DA3
Complementary color
Monochromatic Colors of #0B5DA3
Black with #0B5DA3
Text Example
Text Example
White with #0B5DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DA3; }
p { color: rgb(11,93,163); }
H1.HeaderClassName
{
color: #0B5DA3;
}
.AnyTagClassName
{
color: #0B5DA3;
}
</style>
background-color css
<style>
a { background-color: #0B5DA3; }
a { background-color: rgb(11,93,163); }
div.DivClassName
{
background-color: #0B5DA3;
}
.BgClassName
{
background-color: #0B5DA3;
}
</style>
border-color css
<style>
span { border-color: #0B5DA3; }
span { border-color: rgb(11,93,163); }
td.TdClassName
{
border-color: #0B5DA3;
}
.TagClassName
{
border-color: #0B5DA3;
}
</style>