Shades of Cobalt #025BA3
Tints of Cobalt #025BA3
RGB
CMYK
RGB Variations
Color information
#025BA3 (or 0x025BA3) is known color: Cobalt. HEX triplet: 02, 5B and A3. RGB value is (2,91,163). Sum of RGB (Red+Green+Blue) = 2+91+163=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #025BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025BA3 is #FDA45C. Grayscale: #484848. Windows color (decimal): -16622685 or 10705666. OLE color: 10705666.
HSL color Cylindrical-coordinate representation of color #025BA3: hue angle of 206.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BA3 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 91 | 163 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.36 |
| HSL | 206.83º | 0.98% | 0.32% | - |
| HSV(B) | 206.83º | 0.99% | 0.64% | - |
| XYZ | 10.38 | 10.14 | 36.06 | - |
| YUV | 72.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 163 | 0.99 | 0.44 | 0 | 0.36 | 206.83 | 0.98 | 0.32 |
| Hex | 2 | 5B | A3 | 63 | 2C | 0 | 24 | CF | 62 | 20 |
| Octal | 2 | 133 | 243 | 143 | 54 | 0 | 44 | 317 | 142 | 40 |
| Binary | 10 | 1011011 | 10100011 | 1100011 | 101100 | 0 | 100100 | 11001111 | 1100010 | 100000 |
Color Harmonies of #025BA3
Complementary color
Monochromatic Colors of #025BA3
Black with #025BA3
Text Example
Text Example
White with #025BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BA3; }
p { color: rgb(2,91,163); }
H1.HeaderClassName
{
color: #025BA3;
}
.AnyTagClassName
{
color: #025BA3;
}
</style>
background-color css
<style>
a { background-color: #025BA3; }
a { background-color: rgb(2,91,163); }
div.DivClassName
{
background-color: #025BA3;
}
.BgClassName
{
background-color: #025BA3;
}
</style>
border-color css
<style>
span { border-color: #025BA3; }
span { border-color: rgb(2,91,163); }
td.TdClassName
{
border-color: #025BA3;
}
.TagClassName
{
border-color: #025BA3;
}
</style>