Shades of Cobalt #005AA5
Tints of Cobalt #005AA5
RGB
CMYK
RGB Variations
Color information
#005AA5 (or 0x005AA5) is known color: Cobalt. HEX triplet: 00, 5A and A5. RGB value is (0,90,165). Sum of RGB (Red+Green+Blue) = 0+90+165=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #005AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA5 is #FFA55A. Grayscale: #474747. Windows color (decimal): -16754011 or 10836480. OLE color: 10836480.
HSL color Cylindrical-coordinate representation of color #005AA5: hue angle of 207.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA5 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 90 | 165 | - |
| CMYK | 1 | 0.45 | 0 | 0.35 |
| HSL | 207.27º | 1% | 0.32% | - |
| HSV(B) | 207.27º | 1% | 0.65% | - |
| XYZ | 10.45 | 10.03 | 36.98 | - |
| YUV | 71.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 165 | 1 | 0.45 | 0 | 0.35 | 207.27 | 1 | 0.32 |
| Hex | 0 | 5A | A5 | 64 | 2D | 0 | 23 | CF | 64 | 20 |
| Octal | 0 | 132 | 245 | 144 | 55 | 0 | 43 | 317 | 144 | 40 |
| Binary | 0 | 1011010 | 10100101 | 1100100 | 101101 | 0 | 100011 | 11001111 | 1100100 | 100000 |
Color Harmonies of #005AA5
Complementary color
Monochromatic Colors of #005AA5
Black with #005AA5
Text Example
Text Example
White with #005AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AA5; }
p { color: rgb(0,90,165); }
H1.HeaderClassName
{
color: #005AA5;
}
.AnyTagClassName
{
color: #005AA5;
}
</style>
background-color css
<style>
a { background-color: #005AA5; }
a { background-color: rgb(0,90,165); }
div.DivClassName
{
background-color: #005AA5;
}
.BgClassName
{
background-color: #005AA5;
}
</style>
border-color css
<style>
span { border-color: #005AA5; }
span { border-color: rgb(0,90,165); }
td.TdClassName
{
border-color: #005AA5;
}
.TagClassName
{
border-color: #005AA5;
}
</style>