Shades of Cobalt #005BA1
Tints of Cobalt #005BA1
RGB
CMYK
RGB Variations
Color information
#005BA1 (or 0x005BA1) is known color: Cobalt. HEX triplet: 00, 5B and A1. RGB value is (0,91,161). Sum of RGB (Red+Green+Blue) = 0+91+161=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 161 (63.28% from 255 or 63.89% from 252); Max value from RGB is 161 - color contains mainly: blue. Hex color #005BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BA1 is #FFA45E. Grayscale: #474747. Windows color (decimal): -16753759 or 10574592. OLE color: 10574592.
HSL color Cylindrical-coordinate representation of color #005BA1: hue angle of 206.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BA1 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 91 | 161 | - |
| CMYK | 1 | 0.43 | 0 | 0.37 |
| HSL | 206.09º | 1% | 0.32% | - |
| HSV(B) | 206.09º | 1% | 0.63% | - |
| XYZ | 10.17 | 10.06 | 35.12 | - |
| YUV | 71.77 | 178.35 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 161 | 1 | 0.43 | 0 | 0.37 | 206.09 | 1 | 0.32 |
| Hex | 0 | 5B | A1 | 64 | 2B | 0 | 25 | CE | 64 | 20 |
| Octal | 0 | 133 | 241 | 144 | 53 | 0 | 45 | 316 | 144 | 40 |
| Binary | 0 | 1011011 | 10100001 | 1100100 | 101011 | 0 | 100101 | 11001110 | 1100100 | 100000 |
Color Harmonies of #005BA1
Complementary color
Monochromatic Colors of #005BA1
Black with #005BA1
Text Example
Text Example
White with #005BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BA1; }
p { color: rgb(0,91,161); }
H1.HeaderClassName
{
color: #005BA1;
}
.AnyTagClassName
{
color: #005BA1;
}
</style>
background-color css
<style>
a { background-color: #005BA1; }
a { background-color: rgb(0,91,161); }
div.DivClassName
{
background-color: #005BA1;
}
.BgClassName
{
background-color: #005BA1;
}
</style>
border-color css
<style>
span { border-color: #005BA1; }
span { border-color: rgb(0,91,161); }
td.TdClassName
{
border-color: #005BA1;
}
.TagClassName
{
border-color: #005BA1;
}
</style>