Shades of Cobalt #0551BC
Tints of Cobalt #0551BC
RGB
CMYK
RGB Variations
Color information
#0551BC (or 0x0551BC) is known color: Cobalt. HEX triplet: 05, 51 and BC. RGB value is (5,81,188). Sum of RGB (Red+Green+Blue) = 5+81+188=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #0551BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551BC is #FAAE43. Grayscale: #454545. Windows color (decimal): -16428612 or 12341509. OLE color: 12341509.
HSL color Cylindrical-coordinate representation of color #0551BC: hue angle of 215.08º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551BC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 81 | 188 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.26 |
| HSL | 215.08º | 0.95% | 0.38% | - |
| HSV(B) | 215.08º | 0.97% | 0.74% | - |
| XYZ | 12.08 | 9.55 | 48.78 | - |
| YUV | 70.47 | 194.32 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 188 | 0.97 | 0.57 | 0 | 0.26 | 215.08 | 0.95 | 0.38 |
| Hex | 5 | 51 | BC | 61 | 39 | 0 | 1A | D7 | 5F | 26 |
| Octal | 5 | 121 | 274 | 141 | 71 | 0 | 32 | 327 | 137 | 46 |
| Binary | 101 | 1010001 | 10111100 | 1100001 | 111001 | 0 | 11010 | 11010111 | 1011111 | 100110 |
Color Harmonies of #0551BC
Complementary color
Monochromatic Colors of #0551BC
Black with #0551BC
Text Example
Text Example
White with #0551BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551BC; }
p { color: rgb(5,81,188); }
H1.HeaderClassName
{
color: #0551BC;
}
.AnyTagClassName
{
color: #0551BC;
}
</style>
background-color css
<style>
a { background-color: #0551BC; }
a { background-color: rgb(5,81,188); }
div.DivClassName
{
background-color: #0551BC;
}
.BgClassName
{
background-color: #0551BC;
}
</style>
border-color css
<style>
span { border-color: #0551BC; }
span { border-color: rgb(5,81,188); }
td.TdClassName
{
border-color: #0551BC;
}
.TagClassName
{
border-color: #0551BC;
}
</style>