Shades of Cobalt #0059AA
Tints of Cobalt #0059AA
RGB
CMYK
RGB Variations
Color information
#0059AA (or 0x0059AA) is known color: Cobalt. HEX triplet: 00, 59 and AA. RGB value is (0,89,170). Sum of RGB (Red+Green+Blue) = 0+89+170=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0059AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0059AA is #FFA655. Grayscale: #474747. Windows color (decimal): -16754262 or 11163904. OLE color: 11163904.
HSL color Cylindrical-coordinate representation of color #0059AA: hue angle of 208.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059AA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 89 | 170 | - |
| CMYK | 1 | 0.48 | 0 | 0.33 |
| HSL | 208.59º | 1% | 0.33% | - |
| HSV(B) | 208.59º | 1% | 0.67% | - |
| XYZ | 10.83 | 10.05 | 39.4 | - |
| YUV | 71.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 170 | 1 | 0.48 | 0 | 0.33 | 208.59 | 1 | 0.33 |
| Hex | 0 | 59 | AA | 64 | 30 | 0 | 21 | D1 | 64 | 21 |
| Octal | 0 | 131 | 252 | 144 | 60 | 0 | 41 | 321 | 144 | 41 |
| Binary | 0 | 1011001 | 10101010 | 1100100 | 110000 | 0 | 100001 | 11010001 | 1100100 | 100001 |
Color Harmonies of #0059AA
Complementary color
Monochromatic Colors of #0059AA
Black with #0059AA
Text Example
Text Example
White with #0059AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059AA; }
p { color: rgb(0,89,170); }
H1.HeaderClassName
{
color: #0059AA;
}
.AnyTagClassName
{
color: #0059AA;
}
</style>
background-color css
<style>
a { background-color: #0059AA; }
a { background-color: rgb(0,89,170); }
div.DivClassName
{
background-color: #0059AA;
}
.BgClassName
{
background-color: #0059AA;
}
</style>
border-color css
<style>
span { border-color: #0059AA; }
span { border-color: rgb(0,89,170); }
td.TdClassName
{
border-color: #0059AA;
}
.TagClassName
{
border-color: #0059AA;
}
</style>