Shades of Cobalt #005AAD
Tints of Cobalt #005AAD
RGB
CMYK
RGB Variations
Color information
#005AAD (or 0x005AAD) is known color: Cobalt. HEX triplet: 00, 5A and AD. RGB value is (0,90,173). Sum of RGB (Red+Green+Blue) = 0+90+173=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #005AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AAD is #FFA552. Grayscale: #484848. Windows color (decimal): -16754003 or 11360768. OLE color: 11360768.
HSL color Cylindrical-coordinate representation of color #005AAD: hue angle of 208.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AAD is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 90 | 173 | - |
| CMYK | 1 | 0.48 | 0 | 0.32 |
| HSL | 208.79º | 1% | 0.34% | - |
| HSV(B) | 208.79º | 1% | 0.68% | - |
| XYZ | 11.2 | 10.33 | 40.94 | - |
| YUV | 72.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 173 | 1 | 0.48 | 0 | 0.32 | 208.79 | 1 | 0.34 |
| Hex | 0 | 5A | AD | 64 | 30 | 0 | 20 | D1 | 64 | 22 |
| Octal | 0 | 132 | 255 | 144 | 60 | 0 | 40 | 321 | 144 | 42 |
| Binary | 0 | 1011010 | 10101101 | 1100100 | 110000 | 0 | 100000 | 11010001 | 1100100 | 100010 |
Color Harmonies of #005AAD
Complementary color
Monochromatic Colors of #005AAD
Black with #005AAD
Text Example
Text Example
White with #005AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AAD; }
p { color: rgb(0,90,173); }
H1.HeaderClassName
{
color: #005AAD;
}
.AnyTagClassName
{
color: #005AAD;
}
</style>
background-color css
<style>
a { background-color: #005AAD; }
a { background-color: rgb(0,90,173); }
div.DivClassName
{
background-color: #005AAD;
}
.BgClassName
{
background-color: #005AAD;
}
</style>
border-color css
<style>
span { border-color: #005AAD; }
span { border-color: rgb(0,90,173); }
td.TdClassName
{
border-color: #005AAD;
}
.TagClassName
{
border-color: #005AAD;
}
</style>