Shades of Cobalt #005AB1
Tints of Cobalt #005AB1
RGB
CMYK
RGB Variations
Color information
#005AB1 (or 0x005AB1) is known color: Cobalt. HEX triplet: 00, 5A and B1. RGB value is (0,90,177). Sum of RGB (Red+Green+Blue) = 0+90+177=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #005AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AB1 is #FFA54E. Grayscale: #484848. Windows color (decimal): -16753999 or 11622912. OLE color: 11622912.
HSL color Cylindrical-coordinate representation of color #005AB1: hue angle of 209.49º 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 #005AB1 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 90 | 177 | - |
| CMYK | 1 | 0.49 | 0 | 0.31 |
| HSL | 209.49º | 1% | 0.35% | - |
| HSV(B) | 209.49º | 1% | 0.69% | - |
| XYZ | 11.59 | 10.49 | 43.01 | - |
| YUV | 73.01 | 186.68 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 177 | 1 | 0.49 | 0 | 0.31 | 209.49 | 1 | 0.35 |
| Hex | 0 | 5A | B1 | 64 | 31 | 0 | 1F | D1 | 64 | 23 |
| Octal | 0 | 132 | 261 | 144 | 61 | 0 | 37 | 321 | 144 | 43 |
| Binary | 0 | 1011010 | 10110001 | 1100100 | 110001 | 0 | 11111 | 11010001 | 1100100 | 100011 |
Color Harmonies of #005AB1
Complementary color
Monochromatic Colors of #005AB1
Black with #005AB1
Text Example
Text Example
White with #005AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AB1; }
p { color: rgb(0,90,177); }
H1.HeaderClassName
{
color: #005AB1;
}
.AnyTagClassName
{
color: #005AB1;
}
</style>
background-color css
<style>
a { background-color: #005AB1; }
a { background-color: rgb(0,90,177); }
div.DivClassName
{
background-color: #005AB1;
}
.BgClassName
{
background-color: #005AB1;
}
</style>
border-color css
<style>
span { border-color: #005AB1; }
span { border-color: rgb(0,90,177); }
td.TdClassName
{
border-color: #005AB1;
}
.TagClassName
{
border-color: #005AB1;
}
</style>