Shades of Navy Blue #025AD2
Tints of Navy Blue #025AD2
RGB
CMYK
RGB Variations
Color information
#025AD2 (or 0x025AD2) is known color: Navy Blue. HEX triplet: 02, 5A and D2. RGB value is (2,90,210). Sum of RGB (Red+Green+Blue) = 2+90+210=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 210 (82.42% from 255 or 69.54% from 302); Max value from RGB is 210 - color contains mainly: blue. Hex color #025AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025AD2 is #FDA52D. Grayscale: #4C4C4C. Windows color (decimal): -16622894 or 13785602. OLE color: 13785602.
HSL color Cylindrical-coordinate representation of color #025AD2: hue angle of 214.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AD2 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 90 | 210 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.18 |
| HSL | 214.62º | 0.98% | 0.42% | - |
| HSV(B) | 214.62º | 0.99% | 0.82% | - |
| XYZ | 15.31 | 11.98 | 62.48 | - |
| YUV | 77.37 | 202.85 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 210 | 0.99 | 0.57 | 0 | 0.18 | 214.62 | 0.98 | 0.42 |
| Hex | 2 | 5A | D2 | 63 | 39 | 0 | 12 | D7 | 62 | 2A |
| Octal | 2 | 132 | 322 | 143 | 71 | 0 | 22 | 327 | 142 | 52 |
| Binary | 10 | 1011010 | 11010010 | 1100011 | 111001 | 0 | 10010 | 11010111 | 1100010 | 101010 |
Color Harmonies of #025AD2
Complementary color
Monochromatic Colors of #025AD2
Black with #025AD2
Text Example
Text Example
White with #025AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025AD2; }
p { color: rgb(2,90,210); }
H1.HeaderClassName
{
color: #025AD2;
}
.AnyTagClassName
{
color: #025AD2;
}
</style>
background-color css
<style>
a { background-color: #025AD2; }
a { background-color: rgb(2,90,210); }
div.DivClassName
{
background-color: #025AD2;
}
.BgClassName
{
background-color: #025AD2;
}
</style>
border-color css
<style>
span { border-color: #025AD2; }
span { border-color: rgb(2,90,210); }
td.TdClassName
{
border-color: #025AD2;
}
.TagClassName
{
border-color: #025AD2;
}
</style>