Shades of Cobalt #025EA0
Tints of Cobalt #025EA0
RGB
CMYK
RGB Variations
Color information
#025EA0 (or 0x025EA0) is known color: Cobalt. HEX triplet: 02, 5E and A0. RGB value is (2,94,160). Sum of RGB (Red+Green+Blue) = 2+94+160=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #025EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025EA0 is #FDA15F. Grayscale: #494949. Windows color (decimal): -16621920 or 10509826. OLE color: 10509826.
HSL color Cylindrical-coordinate representation of color #025EA0: hue angle of 205.06º 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 #025EA0 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 94 | 160 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.37 |
| HSL | 205.06º | 0.98% | 0.32% | - |
| HSV(B) | 205.06º | 0.99% | 0.63% | - |
| XYZ | 10.37 | 10.56 | 34.75 | - |
| YUV | 74.02 | 176.52 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 160 | 0.99 | 0.41 | 0 | 0.37 | 205.06 | 0.98 | 0.32 |
| Hex | 2 | 5E | A0 | 63 | 29 | 0 | 25 | CD | 62 | 20 |
| Octal | 2 | 136 | 240 | 143 | 51 | 0 | 45 | 315 | 142 | 40 |
| Binary | 10 | 1011110 | 10100000 | 1100011 | 101001 | 0 | 100101 | 11001101 | 1100010 | 100000 |
Color Harmonies of #025EA0
Complementary color
Monochromatic Colors of #025EA0
Black with #025EA0
Text Example
Text Example
White with #025EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025EA0; }
p { color: rgb(2,94,160); }
H1.HeaderClassName
{
color: #025EA0;
}
.AnyTagClassName
{
color: #025EA0;
}
</style>
background-color css
<style>
a { background-color: #025EA0; }
a { background-color: rgb(2,94,160); }
div.DivClassName
{
background-color: #025EA0;
}
.BgClassName
{
background-color: #025EA0;
}
</style>
border-color css
<style>
span { border-color: #025EA0; }
span { border-color: rgb(2,94,160); }
td.TdClassName
{
border-color: #025EA0;
}
.TagClassName
{
border-color: #025EA0;
}
</style>