Shades of Cobalt #005A97
Tints of Cobalt #005A97
RGB
CMYK
RGB Variations
Color information
#005A97 (or 0x005A97) is known color: Cobalt. HEX triplet: 00, 5A and 97. RGB value is (0,90,151). Sum of RGB (Red+Green+Blue) = 0+90+151=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #005A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A97 is #FFA568. Grayscale: #454545. Windows color (decimal): -16754025 or 9918976. OLE color: 9918976.
HSL color Cylindrical-coordinate representation of color #005A97: hue angle of 204.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A97 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 90 | 151 | - |
| CMYK | 1 | 0.40 | 0 | 0.41 |
| HSL | 204.24º | 1% | 0.3% | - |
| HSV(B) | 204.24º | 1% | 0.59% | - |
| XYZ | 9.24 | 9.55 | 30.63 | - |
| YUV | 70.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 151 | 1 | 0.40 | 0 | 0.41 | 204.24 | 1 | 0.3 |
| Hex | 0 | 5A | 97 | 64 | 28 | 0 | 29 | CC | 64 | 1E |
| Octal | 0 | 132 | 227 | 144 | 50 | 0 | 51 | 314 | 144 | 36 |
| Binary | 0 | 1011010 | 10010111 | 1100100 | 101000 | 0 | 101001 | 11001100 | 1100100 | 11110 |
Color Harmonies of #005A97
Complementary color
Monochromatic Colors of #005A97
Black with #005A97
Text Example
Text Example
White with #005A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A97; }
p { color: rgb(0,90,151); }
H1.HeaderClassName
{
color: #005A97;
}
.AnyTagClassName
{
color: #005A97;
}
</style>
background-color css
<style>
a { background-color: #005A97; }
a { background-color: rgb(0,90,151); }
div.DivClassName
{
background-color: #005A97;
}
.BgClassName
{
background-color: #005A97;
}
</style>
border-color css
<style>
span { border-color: #005A97; }
span { border-color: rgb(0,90,151); }
td.TdClassName
{
border-color: #005A97;
}
.TagClassName
{
border-color: #005A97;
}
</style>