Shades of Navy Blue #114EF1
Tints of Navy Blue #114EF1
RGB
CMYK
RGB Variations
Color information
#114EF1 (or 0x114EF1) is known color: Navy Blue. HEX triplet: 11, 4E and F1. RGB value is (17,78,241). Sum of RGB (Red+Green+Blue) = 17+78+241=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #114EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EF1 is #EEB10E. Grayscale: #4D4D4D. Windows color (decimal): -15642895 or 15814161. OLE color: 15814161.
HSL color Cylindrical-coordinate representation of color #114EF1: hue angle of 223.66º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EF1 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 78 | 241 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 223.66º | 0.89% | 0.51% | - |
| HSV(B) | 223.66º | 0.93% | 0.95% | - |
| XYZ | 18.83 | 11.92 | 84.53 | - |
| YUV | 78.34 | 219.79 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 241 | 0.93 | 0.68 | 0 | 0.05 | 223.66 | 0.89 | 0.51 |
| Hex | 11 | 4E | F1 | 5D | 44 | 0 | 5 | E0 | 59 | 33 |
| Octal | 21 | 116 | 361 | 135 | 104 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10001 | 1001110 | 11110001 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #114EF1
Complementary color
Monochromatic Colors of #114EF1
Black with #114EF1
Text Example
Text Example
White with #114EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EF1; }
p { color: rgb(17,78,241); }
H1.HeaderClassName
{
color: #114EF1;
}
.AnyTagClassName
{
color: #114EF1;
}
</style>
background-color css
<style>
a { background-color: #114EF1; }
a { background-color: rgb(17,78,241); }
div.DivClassName
{
background-color: #114EF1;
}
.BgClassName
{
background-color: #114EF1;
}
</style>
border-color css
<style>
span { border-color: #114EF1; }
span { border-color: rgb(17,78,241); }
td.TdClassName
{
border-color: #114EF1;
}
.TagClassName
{
border-color: #114EF1;
}
</style>