Shades of Cobalt #055BA1
Tints of Cobalt #055BA1
RGB
CMYK
RGB Variations
Color information
#055BA1 (or 0x055BA1) is known color: Cobalt. HEX triplet: 05, 5B and A1. RGB value is (5,91,161). Sum of RGB (Red+Green+Blue) = 5+91+161=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #055BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BA1 is #FAA45E. Grayscale: #484848. Windows color (decimal): -16426079 or 10574597. OLE color: 10574597.
HSL color Cylindrical-coordinate representation of color #055BA1: hue angle of 206.92º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055BA1 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 91 | 161 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.37 |
| HSL | 206.92º | 0.94% | 0.33% | - |
| HSV(B) | 206.92º | 0.97% | 0.63% | - |
| XYZ | 10.24 | 10.09 | 35.13 | - |
| YUV | 73.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 161 | 0.97 | 0.43 | 0 | 0.37 | 206.92 | 0.94 | 0.33 |
| Hex | 5 | 5B | A1 | 61 | 2B | 0 | 25 | CF | 5E | 21 |
| Octal | 5 | 133 | 241 | 141 | 53 | 0 | 45 | 317 | 136 | 41 |
| Binary | 101 | 1011011 | 10100001 | 1100001 | 101011 | 0 | 100101 | 11001111 | 1011110 | 100001 |
Color Harmonies of #055BA1
Complementary color
Monochromatic Colors of #055BA1
Black with #055BA1
Text Example
Text Example
White with #055BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BA1; }
p { color: rgb(5,91,161); }
H1.HeaderClassName
{
color: #055BA1;
}
.AnyTagClassName
{
color: #055BA1;
}
</style>
background-color css
<style>
a { background-color: #055BA1; }
a { background-color: rgb(5,91,161); }
div.DivClassName
{
background-color: #055BA1;
}
.BgClassName
{
background-color: #055BA1;
}
</style>
border-color css
<style>
span { border-color: #055BA1; }
span { border-color: rgb(5,91,161); }
td.TdClassName
{
border-color: #055BA1;
}
.TagClassName
{
border-color: #055BA1;
}
</style>