Shades of Cobalt #005AB0
Tints of Cobalt #005AB0
RGB
CMYK
RGB Variations
Color information
#005AB0 (or 0x005AB0) is known color: Cobalt. HEX triplet: 00, 5A and B0. RGB value is (0,90,176). Sum of RGB (Red+Green+Blue) = 0+90+176=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 176 (69.14% from 255 or 66.17% from 266); Max value from RGB is 176 - color contains mainly: blue. Hex color #005AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AB0 is #FFA54F. Grayscale: #484848. Windows color (decimal): -16754000 or 11557376. OLE color: 11557376.
HSL color Cylindrical-coordinate representation of color #005AB0: hue angle of 209.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AB0 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 90 | 176 | - |
| CMYK | 1 | 0.49 | 0 | 0.31 |
| HSL | 209.32º | 1% | 0.35% | - |
| HSV(B) | 209.32º | 1% | 0.69% | - |
| XYZ | 11.49 | 10.45 | 42.49 | - |
| YUV | 72.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 176 | 1 | 0.49 | 0 | 0.31 | 209.32 | 1 | 0.35 |
| Hex | 0 | 5A | B0 | 64 | 31 | 0 | 1F | D1 | 64 | 23 |
| Octal | 0 | 132 | 260 | 144 | 61 | 0 | 37 | 321 | 144 | 43 |
| Binary | 0 | 1011010 | 10110000 | 1100100 | 110001 | 0 | 11111 | 11010001 | 1100100 | 100011 |
Color Harmonies of #005AB0
Complementary color
Monochromatic Colors of #005AB0
Black with #005AB0
Text Example
Text Example
White with #005AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AB0; }
p { color: rgb(0,90,176); }
H1.HeaderClassName
{
color: #005AB0;
}
.AnyTagClassName
{
color: #005AB0;
}
</style>
background-color css
<style>
a { background-color: #005AB0; }
a { background-color: rgb(0,90,176); }
div.DivClassName
{
background-color: #005AB0;
}
.BgClassName
{
background-color: #005AB0;
}
</style>
border-color css
<style>
span { border-color: #005AB0; }
span { border-color: rgb(0,90,176); }
td.TdClassName
{
border-color: #005AB0;
}
.TagClassName
{
border-color: #005AB0;
}
</style>