Shades of Navy Blue #114EEA
Tints of Navy Blue #114EEA
RGB
CMYK
RGB Variations
Color information
#114EEA (or 0x114EEA) is known color: Navy Blue. HEX triplet: 11, 4E and EA. RGB value is (17,78,234). Sum of RGB (Red+Green+Blue) = 17+78+234=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #114EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EEA is #EEB115. Grayscale: #4C4C4C. Windows color (decimal): -15642902 or 15355409. OLE color: 15355409.
HSL color Cylindrical-coordinate representation of color #114EEA: hue angle of 223.13º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EEA is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 78 | 234 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.08 |
| HSL | 223.13º | 0.86% | 0.49% | - |
| HSV(B) | 223.13º | 0.93% | 0.92% | - |
| XYZ | 17.81 | 11.51 | 79.12 | - |
| YUV | 77.55 | 216.29 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 234 | 0.93 | 0.67 | 0 | 0.08 | 223.13 | 0.86 | 0.49 |
| Hex | 11 | 4E | EA | 5D | 43 | 0 | 8 | DF | 56 | 31 |
| Octal | 21 | 116 | 352 | 135 | 103 | 0 | 10 | 337 | 126 | 61 |
| Binary | 10001 | 1001110 | 11101010 | 1011101 | 1000011 | 0 | 1000 | 11011111 | 1010110 | 110001 |
Color Harmonies of #114EEA
Complementary color
Monochromatic Colors of #114EEA
Black with #114EEA
Text Example
Text Example
White with #114EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EEA; }
p { color: rgb(17,78,234); }
H1.HeaderClassName
{
color: #114EEA;
}
.AnyTagClassName
{
color: #114EEA;
}
</style>
background-color css
<style>
a { background-color: #114EEA; }
a { background-color: rgb(17,78,234); }
div.DivClassName
{
background-color: #114EEA;
}
.BgClassName
{
background-color: #114EEA;
}
</style>
border-color css
<style>
span { border-color: #114EEA; }
span { border-color: rgb(17,78,234); }
td.TdClassName
{
border-color: #114EEA;
}
.TagClassName
{
border-color: #114EEA;
}
</style>