Shades of Navy Blue #014FEF
Tints of Navy Blue #014FEF
RGB
CMYK
RGB Variations
Color information
#014FEF (or 0x014FEF) is known color: Navy Blue. HEX triplet: 01, 4F and EF. RGB value is (1,79,239). Sum of RGB (Red+Green+Blue) = 1+79+239=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #014FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FEF is #FEB010. Grayscale: #494949. Windows color (decimal): -16691217 or 15683329. OLE color: 15683329.
HSL color Cylindrical-coordinate representation of color #014FEF: hue angle of 220.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FEF is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 79 | 239 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.06 |
| HSL | 220.34º | 0.99% | 0.47% | - |
| HSV(B) | 220.34º | 1% | 0.94% | - |
| XYZ | 18.39 | 11.83 | 82.98 | - |
| YUV | 73.92 | 221.16 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 239 | 1.00 | 0.67 | 0 | 0.06 | 220.34 | 0.99 | 0.47 |
| Hex | 1 | 4F | EF | 64 | 43 | 0 | 6 | DC | 63 | 2F |
| Octal | 1 | 117 | 357 | 144 | 103 | 0 | 6 | 334 | 143 | 57 |
| Binary | 1 | 1001111 | 11101111 | 1100100 | 1000011 | 0 | 110 | 11011100 | 1100011 | 101111 |
Color Harmonies of #014FEF
Complementary color
Monochromatic Colors of #014FEF
Black with #014FEF
Text Example
Text Example
White with #014FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FEF; }
p { color: rgb(1,79,239); }
H1.HeaderClassName
{
color: #014FEF;
}
.AnyTagClassName
{
color: #014FEF;
}
</style>
background-color css
<style>
a { background-color: #014FEF; }
a { background-color: rgb(1,79,239); }
div.DivClassName
{
background-color: #014FEF;
}
.BgClassName
{
background-color: #014FEF;
}
</style>
border-color css
<style>
span { border-color: #014FEF; }
span { border-color: rgb(1,79,239); }
td.TdClassName
{
border-color: #014FEF;
}
.TagClassName
{
border-color: #014FEF;
}
</style>