Shades of Cobalt #0551AD
Tints of Cobalt #0551AD
RGB
CMYK
RGB Variations
Color information
#0551AD (or 0x0551AD) is known color: Cobalt. HEX triplet: 05, 51 and AD. RGB value is (5,81,173). Sum of RGB (Red+Green+Blue) = 5+81+173=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #0551AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0551AD is #FAAE52. Grayscale: #444444. Windows color (decimal): -16428627 or 11358469. OLE color: 11358469.
HSL color Cylindrical-coordinate representation of color #0551AD: hue angle of 212.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551AD is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 81 | 173 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.32 |
| HSL | 212.86º | 0.94% | 0.35% | - |
| HSV(B) | 212.86º | 0.97% | 0.68% | - |
| XYZ | 10.55 | 8.93 | 40.7 | - |
| YUV | 68.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 173 | 0.97 | 0.53 | 0 | 0.32 | 212.86 | 0.94 | 0.35 |
| Hex | 5 | 51 | AD | 61 | 35 | 0 | 20 | D5 | 5E | 23 |
| Octal | 5 | 121 | 255 | 141 | 65 | 0 | 40 | 325 | 136 | 43 |
| Binary | 101 | 1010001 | 10101101 | 1100001 | 110101 | 0 | 100000 | 11010101 | 1011110 | 100011 |
Color Harmonies of #0551AD
Complementary color
Monochromatic Colors of #0551AD
Black with #0551AD
Text Example
Text Example
White with #0551AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551AD; }
p { color: rgb(5,81,173); }
H1.HeaderClassName
{
color: #0551AD;
}
.AnyTagClassName
{
color: #0551AD;
}
</style>
background-color css
<style>
a { background-color: #0551AD; }
a { background-color: rgb(5,81,173); }
div.DivClassName
{
background-color: #0551AD;
}
.BgClassName
{
background-color: #0551AD;
}
</style>
border-color css
<style>
span { border-color: #0551AD; }
span { border-color: rgb(5,81,173); }
td.TdClassName
{
border-color: #0551AD;
}
.TagClassName
{
border-color: #0551AD;
}
</style>