Shades of Navy Blue #004FFE
Tints of Navy Blue #004FFE
RGB
CMYK
RGB Variations
Color information
#004FFE (or 0x004FFE) is known color: Navy Blue. HEX triplet: 00, 4F and FE. RGB value is (0,79,254). Sum of RGB (Red+Green+Blue) = 0+79+254=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #004FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FFE is #FFB001. Grayscale: #4A4A4A. Windows color (decimal): -16756738 or 16666368. OLE color: 16666368.
HSL color Cylindrical-coordinate representation of color #004FFE: hue angle of 221.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FFE is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 79 | 254 | - |
| CMYK | 1 | 0.69 | 0 | 0.00 |
| HSL | 221.34º | 1% | 0.5% | - |
| HSV(B) | 221.34º | 1% | 1% | - |
| XYZ | 20.69 | 12.75 | 95.14 | - |
| YUV | 75.33 | 228.83 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 254 | 1 | 0.69 | 0 | 0.00 | 221.34 | 1 | 0.5 |
| Hex | 0 | 4F | FE | 64 | 45 | 0 | 0 | DD | 64 | 32 |
| Octal | 0 | 117 | 376 | 144 | 105 | 0 | 0 | 335 | 144 | 62 |
| Binary | 0 | 1001111 | 11111110 | 1100100 | 1000101 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #004FFE
Complementary color
Monochromatic Colors of #004FFE
Black with #004FFE
Text Example
Text Example
White with #004FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FFE; }
p { color: rgb(0,79,254); }
H1.HeaderClassName
{
color: #004FFE;
}
.AnyTagClassName
{
color: #004FFE;
}
</style>
background-color css
<style>
a { background-color: #004FFE; }
a { background-color: rgb(0,79,254); }
div.DivClassName
{
background-color: #004FFE;
}
.BgClassName
{
background-color: #004FFE;
}
</style>
border-color css
<style>
span { border-color: #004FFE; }
span { border-color: rgb(0,79,254); }
td.TdClassName
{
border-color: #004FFE;
}
.TagClassName
{
border-color: #004FFE;
}
</style>