Shades of Cobalt #005AA0
Tints of Cobalt #005AA0
RGB
CMYK
RGB Variations
Color information
#005AA0 (or 0x005AA0) is known color: Cobalt. HEX triplet: 00, 5A and A0. RGB value is (0,90,160). Sum of RGB (Red+Green+Blue) = 0+90+160=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #005AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA0 is #FFA55F. Grayscale: #464646. Windows color (decimal): -16754016 or 10508800. OLE color: 10508800.
HSL color Cylindrical-coordinate representation of color #005AA0: hue angle of 206.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA0 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 90 | 160 | - |
| CMYK | 1 | 0.44 | 0 | 0.37 |
| HSL | 206.25º | 1% | 0.31% | - |
| HSV(B) | 206.25º | 1% | 0.63% | - |
| XYZ | 10 | 9.85 | 34.63 | - |
| YUV | 71.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 160 | 1 | 0.44 | 0 | 0.37 | 206.25 | 1 | 0.31 |
| Hex | 0 | 5A | A0 | 64 | 2C | 0 | 25 | CE | 64 | 1F |
| Octal | 0 | 132 | 240 | 144 | 54 | 0 | 45 | 316 | 144 | 37 |
| Binary | 0 | 1011010 | 10100000 | 1100100 | 101100 | 0 | 100101 | 11001110 | 1100100 | 11111 |
Color Harmonies of #005AA0
Complementary color
Monochromatic Colors of #005AA0
Black with #005AA0
Text Example
Text Example
White with #005AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AA0; }
p { color: rgb(0,90,160); }
H1.HeaderClassName
{
color: #005AA0;
}
.AnyTagClassName
{
color: #005AA0;
}
</style>
background-color css
<style>
a { background-color: #005AA0; }
a { background-color: rgb(0,90,160); }
div.DivClassName
{
background-color: #005AA0;
}
.BgClassName
{
background-color: #005AA0;
}
</style>
border-color css
<style>
span { border-color: #005AA0; }
span { border-color: rgb(0,90,160); }
td.TdClassName
{
border-color: #005AA0;
}
.TagClassName
{
border-color: #005AA0;
}
</style>