Shades of Navy Blue #025DFF
Tints of Navy Blue #025DFF
RGB
CMYK
RGB Variations
Color information
#025DFF (or 0x025DFF) is known color: Navy Blue. HEX triplet: 02, 5D and FF. RGB value is (2,93,255). Sum of RGB (Red+Green+Blue) = 2+93+255=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #025DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025DFF is #FDA200. Grayscale: #535353. Windows color (decimal): -16622081 or 16735490. OLE color: 16735490.
HSL color Cylindrical-coordinate representation of color #025DFF: hue angle of 218.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DFF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 93 | 255 | - |
| CMYK | 0.99 | 0.64 | 0 | 0 |
| HSL | 218.42º | 1% | 0.5% | - |
| HSV(B) | 218.42º | 0.99% | 1% | - |
| XYZ | 21.99 | 15.06 | 96.36 | - |
| YUV | 84.26 | 224.35 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 255 | 0.99 | 0.64 | 0 | 0 | 218.42 | 1 | 0.5 |
| Hex | 2 | 5D | FF | 63 | 40 | 0 | 0 | DA | 64 | 32 |
| Octal | 2 | 135 | 377 | 143 | 100 | 0 | 0 | 332 | 144 | 62 |
| Binary | 10 | 1011101 | 11111111 | 1100011 | 1000000 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #025DFF
Complementary color
Monochromatic Colors of #025DFF
Black with #025DFF
Text Example
Text Example
White with #025DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025DFF; }
p { color: rgb(2,93,255); }
H1.HeaderClassName
{
color: #025DFF;
}
.AnyTagClassName
{
color: #025DFF;
}
</style>
background-color css
<style>
a { background-color: #025DFF; }
a { background-color: rgb(2,93,255); }
div.DivClassName
{
background-color: #025DFF;
}
.BgClassName
{
background-color: #025DFF;
}
</style>
border-color css
<style>
span { border-color: #025DFF; }
span { border-color: rgb(2,93,255); }
td.TdClassName
{
border-color: #025DFF;
}
.TagClassName
{
border-color: #025DFF;
}
</style>