Shades of Navy Blue #004FFF
Tints of Navy Blue #004FFF
RGB
CMYK
RGB Variations
Color information
#004FFF (or 0x004FFF) is known color: Navy Blue. HEX triplet: 00, 4F and FF. RGB value is (0,79,255). Sum of RGB (Red+Green+Blue) = 0+79+255=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #004FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FFF is #FFB000. Grayscale: #4A4A4A. Windows color (decimal): -16756737 or 16731904. OLE color: 16731904.
HSL color Cylindrical-coordinate representation of color #004FFF: hue angle of 221.41º 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 #004FFF is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 79 | 255 | - |
| CMYK | 1 | 0.69 | 0 | 0 |
| HSL | 221.41º | 1% | 0.5% | - |
| HSV(B) | 221.41º | 1% | 1% | - |
| XYZ | 20.85 | 12.81 | 95.98 | - |
| YUV | 75.44 | 229.33 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 255 | 1 | 0.69 | 0 | 0 | 221.41 | 1 | 0.5 |
| Hex | 0 | 4F | FF | 64 | 45 | 0 | 0 | DD | 64 | 32 |
| Octal | 0 | 117 | 377 | 144 | 105 | 0 | 0 | 335 | 144 | 62 |
| Binary | 0 | 1001111 | 11111111 | 1100100 | 1000101 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #004FFF
Complementary color
Monochromatic Colors of #004FFF
Black with #004FFF
Text Example
Text Example
White with #004FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FFF; }
p { color: rgb(0,79,255); }
H1.HeaderClassName
{
color: #004FFF;
}
.AnyTagClassName
{
color: #004FFF;
}
</style>
background-color css
<style>
a { background-color: #004FFF; }
a { background-color: rgb(0,79,255); }
div.DivClassName
{
background-color: #004FFF;
}
.BgClassName
{
background-color: #004FFF;
}
</style>
border-color css
<style>
span { border-color: #004FFF; }
span { border-color: rgb(0,79,255); }
td.TdClassName
{
border-color: #004FFF;
}
.TagClassName
{
border-color: #004FFF;
}
</style>