Shades of Cobalt #005AAC
Tints of Cobalt #005AAC
RGB
CMYK
RGB Variations
Color information
#005AAC (or 0x005AAC) is known color: Cobalt. HEX triplet: 00, 5A and AC. RGB value is (0,90,172). Sum of RGB (Red+Green+Blue) = 0+90+172=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #005AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AAC is #FFA553. Grayscale: #484848. Windows color (decimal): -16754004 or 11295232. OLE color: 11295232.
HSL color Cylindrical-coordinate representation of color #005AAC: hue angle of 208.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AAC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 90 | 172 | - |
| CMYK | 1 | 0.48 | 0 | 0.33 |
| HSL | 208.6º | 1% | 0.34% | - |
| HSV(B) | 208.6º | 1% | 0.67% | - |
| XYZ | 11.1 | 10.29 | 40.43 | - |
| YUV | 72.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 172 | 1 | 0.48 | 0 | 0.33 | 208.6 | 1 | 0.34 |
| Hex | 0 | 5A | AC | 64 | 30 | 0 | 21 | D1 | 64 | 22 |
| Octal | 0 | 132 | 254 | 144 | 60 | 0 | 41 | 321 | 144 | 42 |
| Binary | 0 | 1011010 | 10101100 | 1100100 | 110000 | 0 | 100001 | 11010001 | 1100100 | 100010 |
Color Harmonies of #005AAC
Complementary color
Monochromatic Colors of #005AAC
Black with #005AAC
Text Example
Text Example
White with #005AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AAC; }
p { color: rgb(0,90,172); }
H1.HeaderClassName
{
color: #005AAC;
}
.AnyTagClassName
{
color: #005AAC;
}
</style>
background-color css
<style>
a { background-color: #005AAC; }
a { background-color: rgb(0,90,172); }
div.DivClassName
{
background-color: #005AAC;
}
.BgClassName
{
background-color: #005AAC;
}
</style>
border-color css
<style>
span { border-color: #005AAC; }
span { border-color: rgb(0,90,172); }
td.TdClassName
{
border-color: #005AAC;
}
.TagClassName
{
border-color: #005AAC;
}
</style>