Shades of Cobalt #005AAB
Tints of Cobalt #005AAB
RGB
CMYK
RGB Variations
Color information
#005AAB (or 0x005AAB) is known color: Cobalt. HEX triplet: 00, 5A and AB. RGB value is (0,90,171). Sum of RGB (Red+Green+Blue) = 0+90+171=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #005AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AAB is #FFA554. Grayscale: #474747. Windows color (decimal): -16754005 or 11229696. OLE color: 11229696.
HSL color Cylindrical-coordinate representation of color #005AAB: hue angle of 208.42º 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 #005AAB is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 90 | 171 | - |
| CMYK | 1 | 0.47 | 0 | 0.33 |
| HSL | 208.42º | 1% | 0.34% | - |
| HSV(B) | 208.42º | 1% | 0.67% | - |
| XYZ | 11.01 | 10.25 | 39.93 | - |
| YUV | 72.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 171 | 1 | 0.47 | 0 | 0.33 | 208.42 | 1 | 0.34 |
| Hex | 0 | 5A | AB | 64 | 2F | 0 | 21 | D0 | 64 | 22 |
| Octal | 0 | 132 | 253 | 144 | 57 | 0 | 41 | 320 | 144 | 42 |
| Binary | 0 | 1011010 | 10101011 | 1100100 | 101111 | 0 | 100001 | 11010000 | 1100100 | 100010 |
Color Harmonies of #005AAB
Complementary color
Monochromatic Colors of #005AAB
Black with #005AAB
Text Example
Text Example
White with #005AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AAB; }
p { color: rgb(0,90,171); }
H1.HeaderClassName
{
color: #005AAB;
}
.AnyTagClassName
{
color: #005AAB;
}
</style>
background-color css
<style>
a { background-color: #005AAB; }
a { background-color: rgb(0,90,171); }
div.DivClassName
{
background-color: #005AAB;
}
.BgClassName
{
background-color: #005AAB;
}
</style>
border-color css
<style>
span { border-color: #005AAB; }
span { border-color: rgb(0,90,171); }
td.TdClassName
{
border-color: #005AAB;
}
.TagClassName
{
border-color: #005AAB;
}
</style>