Shades of Navy Blue #014EFB
Tints of Navy Blue #014EFB
RGB
CMYK
RGB Variations
Color information
#014EFB (or 0x014EFB) is known color: Navy Blue. HEX triplet: 01, 4E and FB. RGB value is (1,78,251). Sum of RGB (Red+Green+Blue) = 1+78+251=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #014EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EFB is #FEB104. Grayscale: #494949. Windows color (decimal): -16691461 or 16469505. OLE color: 16469505.
HSL color Cylindrical-coordinate representation of color #014EFB: hue angle of 221.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EFB is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 78 | 251 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.02 |
| HSL | 221.52º | 0.99% | 0.49% | - |
| HSV(B) | 221.52º | 1% | 0.98% | - |
| XYZ | 20.15 | 12.42 | 92.6 | - |
| YUV | 74.7 | 227.49 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 251 | 1.00 | 0.69 | 0 | 0.02 | 221.52 | 0.99 | 0.49 |
| Hex | 1 | 4E | FB | 64 | 45 | 0 | 2 | DE | 63 | 31 |
| Octal | 1 | 116 | 373 | 144 | 105 | 0 | 2 | 336 | 143 | 61 |
| Binary | 1 | 1001110 | 11111011 | 1100100 | 1000101 | 0 | 10 | 11011110 | 1100011 | 110001 |
Color Harmonies of #014EFB
Complementary color
Monochromatic Colors of #014EFB
Black with #014EFB
Text Example
Text Example
White with #014EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EFB; }
p { color: rgb(1,78,251); }
H1.HeaderClassName
{
color: #014EFB;
}
.AnyTagClassName
{
color: #014EFB;
}
</style>
background-color css
<style>
a { background-color: #014EFB; }
a { background-color: rgb(1,78,251); }
div.DivClassName
{
background-color: #014EFB;
}
.BgClassName
{
background-color: #014EFB;
}
</style>
border-color css
<style>
span { border-color: #014EFB; }
span { border-color: rgb(1,78,251); }
td.TdClassName
{
border-color: #014EFB;
}
.TagClassName
{
border-color: #014EFB;
}
</style>