Shades of Cobalt #0259AD
Tints of Cobalt #0259AD
RGB
CMYK
RGB Variations
Color information
#0259AD (or 0x0259AD) is known color: Cobalt. HEX triplet: 02, 59 and AD. RGB value is (2,89,173). Sum of RGB (Red+Green+Blue) = 2+89+173=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #0259AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259AD is #FDA652. Grayscale: #484848. Windows color (decimal): -16623187 or 11360514. OLE color: 11360514.
HSL color Cylindrical-coordinate representation of color #0259AD: hue angle of 209.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259AD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 89 | 173 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.32 |
| HSL | 209.47º | 0.98% | 0.34% | - |
| HSV(B) | 209.47º | 0.99% | 0.68% | - |
| XYZ | 11.14 | 10.17 | 40.91 | - |
| YUV | 72.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 173 | 0.99 | 0.49 | 0 | 0.32 | 209.47 | 0.98 | 0.34 |
| Hex | 2 | 59 | AD | 63 | 31 | 0 | 20 | D1 | 62 | 22 |
| Octal | 2 | 131 | 255 | 143 | 61 | 0 | 40 | 321 | 142 | 42 |
| Binary | 10 | 1011001 | 10101101 | 1100011 | 110001 | 0 | 100000 | 11010001 | 1100010 | 100010 |
Color Harmonies of #0259AD
Complementary color
Monochromatic Colors of #0259AD
Black with #0259AD
Text Example
Text Example
White with #0259AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259AD; }
p { color: rgb(2,89,173); }
H1.HeaderClassName
{
color: #0259AD;
}
.AnyTagClassName
{
color: #0259AD;
}
</style>
background-color css
<style>
a { background-color: #0259AD; }
a { background-color: rgb(2,89,173); }
div.DivClassName
{
background-color: #0259AD;
}
.BgClassName
{
background-color: #0259AD;
}
</style>
border-color css
<style>
span { border-color: #0259AD; }
span { border-color: rgb(2,89,173); }
td.TdClassName
{
border-color: #0259AD;
}
.TagClassName
{
border-color: #0259AD;
}
</style>