Shades of Cobalt #0551B2
Tints of Cobalt #0551B2
RGB
CMYK
RGB Variations
Color information
#0551B2 (or 0x0551B2) is known color: Cobalt. HEX triplet: 05, 51 and B2. RGB value is (5,81,178). Sum of RGB (Red+Green+Blue) = 5+81+178=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 178 (69.92% from 255 or 67.42% from 264); Max value from RGB is 178 - color contains mainly: blue. Hex color #0551B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0551B2 is #FAAE4D. Grayscale: #444444. Windows color (decimal): -16428622 or 11686149. OLE color: 11686149.
HSL color Cylindrical-coordinate representation of color #0551B2: hue angle of 213.64º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551B2 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 81 | 178 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.30 |
| HSL | 213.64º | 0.95% | 0.36% | - |
| HSV(B) | 213.64º | 0.97% | 0.7% | - |
| XYZ | 11.04 | 9.13 | 43.3 | - |
| YUV | 69.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 178 | 0.97 | 0.54 | 0 | 0.30 | 213.64 | 0.95 | 0.36 |
| Hex | 5 | 51 | B2 | 61 | 36 | 0 | 1E | D6 | 5F | 24 |
| Octal | 5 | 121 | 262 | 141 | 66 | 0 | 36 | 326 | 137 | 44 |
| Binary | 101 | 1010001 | 10110010 | 1100001 | 110110 | 0 | 11110 | 11010110 | 1011111 | 100100 |
Color Harmonies of #0551B2
Complementary color
Monochromatic Colors of #0551B2
Black with #0551B2
Text Example
Text Example
White with #0551B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551B2; }
p { color: rgb(5,81,178); }
H1.HeaderClassName
{
color: #0551B2;
}
.AnyTagClassName
{
color: #0551B2;
}
</style>
background-color css
<style>
a { background-color: #0551B2; }
a { background-color: rgb(5,81,178); }
div.DivClassName
{
background-color: #0551B2;
}
.BgClassName
{
background-color: #0551B2;
}
</style>
border-color css
<style>
span { border-color: #0551B2; }
span { border-color: rgb(5,81,178); }
td.TdClassName
{
border-color: #0551B2;
}
.TagClassName
{
border-color: #0551B2;
}
</style>