Shades of Cobalt #0259A0
Tints of Cobalt #0259A0
RGB
CMYK
RGB Variations
Color information
#0259A0 (or 0x0259A0) is known color: Cobalt. HEX triplet: 02, 59 and A0. RGB value is (2,89,160). Sum of RGB (Red+Green+Blue) = 2+89+160=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 160 (62.89% from 255 or 63.75% from 251); Max value from RGB is 160 - color contains mainly: blue. Hex color #0259A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259A0 is #FDA65F. Grayscale: #464646. Windows color (decimal): -16623200 or 10508546. OLE color: 10508546.
HSL color Cylindrical-coordinate representation of color #0259A0: hue angle of 206.96º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259A0 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 89 | 160 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.37 |
| HSL | 206.96º | 0.98% | 0.32% | - |
| HSV(B) | 206.96º | 0.99% | 0.63% | - |
| XYZ | 9.94 | 9.7 | 34.61 | - |
| YUV | 71.08 | 178.18 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 160 | 0.99 | 0.44 | 0 | 0.37 | 206.96 | 0.98 | 0.32 |
| Hex | 2 | 59 | A0 | 63 | 2C | 0 | 25 | CF | 62 | 20 |
| Octal | 2 | 131 | 240 | 143 | 54 | 0 | 45 | 317 | 142 | 40 |
| Binary | 10 | 1011001 | 10100000 | 1100011 | 101100 | 0 | 100101 | 11001111 | 1100010 | 100000 |
Color Harmonies of #0259A0
Complementary color
Monochromatic Colors of #0259A0
Black with #0259A0
Text Example
Text Example
White with #0259A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259A0; }
p { color: rgb(2,89,160); }
H1.HeaderClassName
{
color: #0259A0;
}
.AnyTagClassName
{
color: #0259A0;
}
</style>
background-color css
<style>
a { background-color: #0259A0; }
a { background-color: rgb(2,89,160); }
div.DivClassName
{
background-color: #0259A0;
}
.BgClassName
{
background-color: #0259A0;
}
</style>
border-color css
<style>
span { border-color: #0259A0; }
span { border-color: rgb(2,89,160); }
td.TdClassName
{
border-color: #0259A0;
}
.TagClassName
{
border-color: #0259A0;
}
</style>