Shades of Cobalt #005AA8
Tints of Cobalt #005AA8
RGB
CMYK
RGB Variations
Color information
#005AA8 (or 0x005AA8) is known color: Cobalt. HEX triplet: 00, 5A and A8. RGB value is (0,90,168). Sum of RGB (Red+Green+Blue) = 0+90+168=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 168 (66.02% from 255 or 65.12% from 258); Max value from RGB is 168 - color contains mainly: blue. Hex color #005AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA8 is #FFA557. Grayscale: #474747. Windows color (decimal): -16754008 or 11033088. OLE color: 11033088.
HSL color Cylindrical-coordinate representation of color #005AA8: hue angle of 207.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA8 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 90 | 168 | - |
| CMYK | 1 | 0.46 | 0 | 0.34 |
| HSL | 207.86º | 1% | 0.33% | - |
| HSV(B) | 207.86º | 1% | 0.66% | - |
| XYZ | 10.72 | 10.14 | 38.44 | - |
| YUV | 71.98 | 182.18 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 168 | 1 | 0.46 | 0 | 0.34 | 207.86 | 1 | 0.33 |
| Hex | 0 | 5A | A8 | 64 | 2E | 0 | 22 | D0 | 64 | 21 |
| Octal | 0 | 132 | 250 | 144 | 56 | 0 | 42 | 320 | 144 | 41 |
| Binary | 0 | 1011010 | 10101000 | 1100100 | 101110 | 0 | 100010 | 11010000 | 1100100 | 100001 |
Color Harmonies of #005AA8
Complementary color
Monochromatic Colors of #005AA8
Black with #005AA8
Text Example
Text Example
White with #005AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AA8; }
p { color: rgb(0,90,168); }
H1.HeaderClassName
{
color: #005AA8;
}
.AnyTagClassName
{
color: #005AA8;
}
</style>
background-color css
<style>
a { background-color: #005AA8; }
a { background-color: rgb(0,90,168); }
div.DivClassName
{
background-color: #005AA8;
}
.BgClassName
{
background-color: #005AA8;
}
</style>
border-color css
<style>
span { border-color: #005AA8; }
span { border-color: rgb(0,90,168); }
td.TdClassName
{
border-color: #005AA8;
}
.TagClassName
{
border-color: #005AA8;
}
</style>