Shades of Cobalt #0B57AD
Tints of Cobalt #0B57AD
RGB
CMYK
RGB Variations
Color information
#0B57AD (or 0x0B57AD) is known color: Cobalt. HEX triplet: 0B, 57 and AD. RGB value is (11,87,173). Sum of RGB (Red+Green+Blue) = 11+87+173=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B57AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B57AD is #F4A852. Grayscale: #494949. Windows color (decimal): -16033875 or 11360011. OLE color: 11360011.
HSL color Cylindrical-coordinate representation of color #0B57AD: hue angle of 211.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B57AD is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 87 | 173 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.32 |
| HSL | 211.85º | 0.88% | 0.36% | - |
| HSV(B) | 211.85º | 0.94% | 0.68% | - |
| XYZ | 11.09 | 9.9 | 40.86 | - |
| YUV | 74.08 | 183.82 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 173 | 0.94 | 0.50 | 0 | 0.32 | 211.85 | 0.88 | 0.36 |
| Hex | B | 57 | AD | 5E | 32 | 0 | 20 | D4 | 58 | 24 |
| Octal | 13 | 127 | 255 | 136 | 62 | 0 | 40 | 324 | 130 | 44 |
| Binary | 1011 | 1010111 | 10101101 | 1011110 | 110010 | 0 | 100000 | 11010100 | 1011000 | 100100 |
Color Harmonies of #0B57AD
Complementary color
Monochromatic Colors of #0B57AD
Black with #0B57AD
Text Example
Text Example
White with #0B57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57AD; }
p { color: rgb(11,87,173); }
H1.HeaderClassName
{
color: #0B57AD;
}
.AnyTagClassName
{
color: #0B57AD;
}
</style>
background-color css
<style>
a { background-color: #0B57AD; }
a { background-color: rgb(11,87,173); }
div.DivClassName
{
background-color: #0B57AD;
}
.BgClassName
{
background-color: #0B57AD;
}
</style>
border-color css
<style>
span { border-color: #0B57AD; }
span { border-color: rgb(11,87,173); }
td.TdClassName
{
border-color: #0B57AD;
}
.TagClassName
{
border-color: #0B57AD;
}
</style>