Shades of Navy Blue #025ACF
Tints of Navy Blue #025ACF
RGB
CMYK
RGB Variations
Color information
#025ACF (or 0x025ACF) is known color: Navy Blue. HEX triplet: 02, 5A and CF. RGB value is (2,90,207). Sum of RGB (Red+Green+Blue) = 2+90+207=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #025ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ACF is #FDA530. Grayscale: #4C4C4C. Windows color (decimal): -16622897 or 13588994. OLE color: 13588994.
HSL color Cylindrical-coordinate representation of color #025ACF: hue angle of 214.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025ACF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 90 | 207 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.19 |
| HSL | 214.24º | 0.98% | 0.41% | - |
| HSV(B) | 214.24º | 0.99% | 0.81% | - |
| XYZ | 14.94 | 11.83 | 60.53 | - |
| YUV | 77.03 | 201.35 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 207 | 0.99 | 0.57 | 0 | 0.19 | 214.24 | 0.98 | 0.41 |
| Hex | 2 | 5A | CF | 63 | 39 | 0 | 13 | D6 | 62 | 29 |
| Octal | 2 | 132 | 317 | 143 | 71 | 0 | 23 | 326 | 142 | 51 |
| Binary | 10 | 1011010 | 11001111 | 1100011 | 111001 | 0 | 10011 | 11010110 | 1100010 | 101001 |
Color Harmonies of #025ACF
Complementary color
Monochromatic Colors of #025ACF
Black with #025ACF
Text Example
Text Example
White with #025ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025ACF; }
p { color: rgb(2,90,207); }
H1.HeaderClassName
{
color: #025ACF;
}
.AnyTagClassName
{
color: #025ACF;
}
</style>
background-color css
<style>
a { background-color: #025ACF; }
a { background-color: rgb(2,90,207); }
div.DivClassName
{
background-color: #025ACF;
}
.BgClassName
{
background-color: #025ACF;
}
</style>
border-color css
<style>
span { border-color: #025ACF; }
span { border-color: rgb(2,90,207); }
td.TdClassName
{
border-color: #025ACF;
}
.TagClassName
{
border-color: #025ACF;
}
</style>