Shades of Navy Blue #025ACB
Tints of Navy Blue #025ACB
RGB
CMYK
RGB Variations
Color information
#025ACB (or 0x025ACB) is known color: Navy Blue. HEX triplet: 02, 5A and CB. RGB value is (2,90,203). Sum of RGB (Red+Green+Blue) = 2+90+203=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #025ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ACB is #FDA534. Grayscale: #4C4C4C. Windows color (decimal): -16622901 or 13326850. OLE color: 13326850.
HSL color Cylindrical-coordinate representation of color #025ACB: hue angle of 213.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025ACB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 90 | 203 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.20 |
| HSL | 213.73º | 0.98% | 0.4% | - |
| HSV(B) | 213.73º | 0.99% | 0.8% | - |
| XYZ | 14.46 | 11.64 | 57.98 | - |
| YUV | 76.57 | 199.35 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 203 | 0.99 | 0.56 | 0 | 0.20 | 213.73 | 0.98 | 0.4 |
| Hex | 2 | 5A | CB | 63 | 38 | 0 | 14 | D6 | 62 | 28 |
| Octal | 2 | 132 | 313 | 143 | 70 | 0 | 24 | 326 | 142 | 50 |
| Binary | 10 | 1011010 | 11001011 | 1100011 | 111000 | 0 | 10100 | 11010110 | 1100010 | 101000 |
Color Harmonies of #025ACB
Complementary color
Monochromatic Colors of #025ACB
Black with #025ACB
Text Example
Text Example
White with #025ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025ACB; }
p { color: rgb(2,90,203); }
H1.HeaderClassName
{
color: #025ACB;
}
.AnyTagClassName
{
color: #025ACB;
}
</style>
background-color css
<style>
a { background-color: #025ACB; }
a { background-color: rgb(2,90,203); }
div.DivClassName
{
background-color: #025ACB;
}
.BgClassName
{
background-color: #025ACB;
}
</style>
border-color css
<style>
span { border-color: #025ACB; }
span { border-color: rgb(2,90,203); }
td.TdClassName
{
border-color: #025ACB;
}
.TagClassName
{
border-color: #025ACB;
}
</style>