Shades of Navy Blue #025FFE
Tints of Navy Blue #025FFE
RGB
CMYK
RGB Variations
Color information
#025FFE (or 0x025FFE) is known color: Navy Blue. HEX triplet: 02, 5F and FE. RGB value is (2,95,254). Sum of RGB (Red+Green+Blue) = 2+95+254=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #025FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025FFE is #FDA001. Grayscale: #545454. Windows color (decimal): -16621570 or 16670466. OLE color: 16670466.
HSL color Cylindrical-coordinate representation of color #025FFE: hue angle of 217.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025FFE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 95 | 254 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.00 |
| HSL | 217.86º | 0.99% | 0.5% | - |
| HSV(B) | 217.86º | 0.99% | 1% | - |
| XYZ | 22.01 | 15.35 | 95.57 | - |
| YUV | 85.32 | 223.19 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 95 | 254 | 0.99 | 0.63 | 0 | 0.00 | 217.86 | 0.99 | 0.5 |
| Hex | 2 | 5F | FE | 63 | 3F | 0 | 0 | DA | 63 | 32 |
| Octal | 2 | 137 | 376 | 143 | 77 | 0 | 0 | 332 | 143 | 62 |
| Binary | 10 | 1011111 | 11111110 | 1100011 | 111111 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #025FFE
Complementary color
Monochromatic Colors of #025FFE
Black with #025FFE
Text Example
Text Example
White with #025FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025FFE; }
p { color: rgb(2,95,254); }
H1.HeaderClassName
{
color: #025FFE;
}
.AnyTagClassName
{
color: #025FFE;
}
</style>
background-color css
<style>
a { background-color: #025FFE; }
a { background-color: rgb(2,95,254); }
div.DivClassName
{
background-color: #025FFE;
}
.BgClassName
{
background-color: #025FFE;
}
</style>
border-color css
<style>
span { border-color: #025FFE; }
span { border-color: rgb(2,95,254); }
td.TdClassName
{
border-color: #025FFE;
}
.TagClassName
{
border-color: #025FFE;
}
</style>