Shades of Navy Blue #014FEE
Tints of Navy Blue #014FEE
RGB
CMYK
RGB Variations
Color information
#014FEE (or 0x014FEE) is known color: Navy Blue. HEX triplet: 01, 4F and EE. RGB value is (1,79,238). Sum of RGB (Red+Green+Blue) = 1+79+238=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #014FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FEE is #FEB011. Grayscale: #494949. Windows color (decimal): -16691218 or 15617793. OLE color: 15617793.
HSL color Cylindrical-coordinate representation of color #014FEE: hue angle of 220.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FEE is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 79 | 238 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.07 |
| HSL | 220.25º | 0.99% | 0.47% | - |
| HSV(B) | 220.25º | 1% | 0.93% | - |
| XYZ | 18.24 | 11.77 | 82.2 | - |
| YUV | 73.8 | 220.66 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 238 | 1.00 | 0.67 | 0 | 0.07 | 220.25 | 0.99 | 0.47 |
| Hex | 1 | 4F | EE | 64 | 43 | 0 | 7 | DC | 63 | 2F |
| Octal | 1 | 117 | 356 | 144 | 103 | 0 | 7 | 334 | 143 | 57 |
| Binary | 1 | 1001111 | 11101110 | 1100100 | 1000011 | 0 | 111 | 11011100 | 1100011 | 101111 |
Color Harmonies of #014FEE
Complementary color
Monochromatic Colors of #014FEE
Black with #014FEE
Text Example
Text Example
White with #014FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FEE; }
p { color: rgb(1,79,238); }
H1.HeaderClassName
{
color: #014FEE;
}
.AnyTagClassName
{
color: #014FEE;
}
</style>
background-color css
<style>
a { background-color: #014FEE; }
a { background-color: rgb(1,79,238); }
div.DivClassName
{
background-color: #014FEE;
}
.BgClassName
{
background-color: #014FEE;
}
</style>
border-color css
<style>
span { border-color: #014FEE; }
span { border-color: rgb(1,79,238); }
td.TdClassName
{
border-color: #014FEE;
}
.TagClassName
{
border-color: #014FEE;
}
</style>