Shades of Navy Blue #114EFE
Tints of Navy Blue #114EFE
RGB
CMYK
RGB Variations
Color information
#114EFE (or 0x114EFE) is known color: Navy Blue. HEX triplet: 11, 4E and FE. RGB value is (17,78,254). Sum of RGB (Red+Green+Blue) = 17+78+254=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #114EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EFE is #EEB101. Grayscale: #4F4F4F. Windows color (decimal): -15642882 or 16666129. OLE color: 16666129.
HSL color Cylindrical-coordinate representation of color #114EFE: hue angle of 224.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EFE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 78 | 254 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.00 |
| HSL | 224.56º | 0.99% | 0.53% | - |
| HSV(B) | 224.56º | 0.93% | 1% | - |
| XYZ | 20.84 | 12.72 | 95.12 | - |
| YUV | 79.83 | 226.29 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 254 | 0.93 | 0.69 | 0 | 0.00 | 224.56 | 0.99 | 0.53 |
| Hex | 11 | 4E | FE | 5D | 45 | 0 | 0 | E1 | 63 | 35 |
| Octal | 21 | 116 | 376 | 135 | 105 | 0 | 0 | 341 | 143 | 65 |
| Binary | 10001 | 1001110 | 11111110 | 1011101 | 1000101 | 0 | 0 | 11100001 | 1100011 | 110101 |
Color Harmonies of #114EFE
Complementary color
Monochromatic Colors of #114EFE
Black with #114EFE
Text Example
Text Example
White with #114EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EFE; }
p { color: rgb(17,78,254); }
H1.HeaderClassName
{
color: #114EFE;
}
.AnyTagClassName
{
color: #114EFE;
}
</style>
background-color css
<style>
a { background-color: #114EFE; }
a { background-color: rgb(17,78,254); }
div.DivClassName
{
background-color: #114EFE;
}
.BgClassName
{
background-color: #114EFE;
}
</style>
border-color css
<style>
span { border-color: #114EFE; }
span { border-color: rgb(17,78,254); }
td.TdClassName
{
border-color: #114EFE;
}
.TagClassName
{
border-color: #114EFE;
}
</style>