Shades of Navy Blue #004FED
Tints of Navy Blue #004FED
RGB
CMYK
RGB Variations
Color information
#004FED (or 0x004FED) is known color: Navy Blue. HEX triplet: 00, 4F and ED. RGB value is (0,79,237). Sum of RGB (Red+Green+Blue) = 0+79+237=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #004FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FED is #FFB012. Grayscale: #484848. Windows color (decimal): -16756755 or 15552256. OLE color: 15552256.
HSL color Cylindrical-coordinate representation of color #004FED: hue angle of 220º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FED is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 79 | 237 | - |
| CMYK | 1 | 0.67 | 0 | 0.07 |
| HSL | 220º | 1% | 0.46% | - |
| HSV(B) | 220º | 1% | 0.93% | - |
| XYZ | 18.08 | 11.71 | 81.43 | - |
| YUV | 73.39 | 220.33 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 237 | 1 | 0.67 | 0 | 0.07 | 220 | 1 | 0.46 |
| Hex | 0 | 4F | ED | 64 | 43 | 0 | 7 | DC | 64 | 2E |
| Octal | 0 | 117 | 355 | 144 | 103 | 0 | 7 | 334 | 144 | 56 |
| Binary | 0 | 1001111 | 11101101 | 1100100 | 1000011 | 0 | 111 | 11011100 | 1100100 | 101110 |
Color Harmonies of #004FED
Complementary color
Monochromatic Colors of #004FED
Black with #004FED
Text Example
Text Example
White with #004FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FED; }
p { color: rgb(0,79,237); }
H1.HeaderClassName
{
color: #004FED;
}
.AnyTagClassName
{
color: #004FED;
}
</style>
background-color css
<style>
a { background-color: #004FED; }
a { background-color: rgb(0,79,237); }
div.DivClassName
{
background-color: #004FED;
}
.BgClassName
{
background-color: #004FED;
}
</style>
border-color css
<style>
span { border-color: #004FED; }
span { border-color: rgb(0,79,237); }
td.TdClassName
{
border-color: #004FED;
}
.TagClassName
{
border-color: #004FED;
}
</style>