Shades of Navy Blue #0257FE
Tints of Navy Blue #0257FE
RGB
CMYK
RGB Variations
Color information
#0257FE (or 0x0257FE) is known color: Navy Blue. HEX triplet: 02, 57 and FE. RGB value is (2,87,254). Sum of RGB (Red+Green+Blue) = 2+87+254=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #0257FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257FE is #FDA801. Grayscale: #4F4F4F. Windows color (decimal): -16623618 or 16668418. OLE color: 16668418.
HSL color Cylindrical-coordinate representation of color #0257FE: hue angle of 219.76º 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 #0257FE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 87 | 254 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.00 |
| HSL | 219.76º | 0.99% | 0.5% | - |
| HSV(B) | 219.76º | 0.99% | 1% | - |
| XYZ | 21.32 | 13.99 | 95.34 | - |
| YUV | 80.62 | 225.84 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 254 | 0.99 | 0.66 | 0 | 0.00 | 219.76 | 0.99 | 0.5 |
| Hex | 2 | 57 | FE | 63 | 42 | 0 | 0 | DC | 63 | 32 |
| Octal | 2 | 127 | 376 | 143 | 102 | 0 | 0 | 334 | 143 | 62 |
| Binary | 10 | 1010111 | 11111110 | 1100011 | 1000010 | 0 | 0 | 11011100 | 1100011 | 110010 |
Color Harmonies of #0257FE
Complementary color
Monochromatic Colors of #0257FE
Black with #0257FE
Text Example
Text Example
White with #0257FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257FE; }
p { color: rgb(2,87,254); }
H1.HeaderClassName
{
color: #0257FE;
}
.AnyTagClassName
{
color: #0257FE;
}
</style>
background-color css
<style>
a { background-color: #0257FE; }
a { background-color: rgb(2,87,254); }
div.DivClassName
{
background-color: #0257FE;
}
.BgClassName
{
background-color: #0257FE;
}
</style>
border-color css
<style>
span { border-color: #0257FE; }
span { border-color: rgb(2,87,254); }
td.TdClassName
{
border-color: #0257FE;
}
.TagClassName
{
border-color: #0257FE;
}
</style>