Shades of Navy Blue #114EE5
Tints of Navy Blue #114EE5
RGB
CMYK
RGB Variations
Color information
#114EE5 (or 0x114EE5) is known color: Navy Blue. HEX triplet: 11, 4E and E5. RGB value is (17,78,229). Sum of RGB (Red+Green+Blue) = 17+78+229=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #114EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EE5 is #EEB11A. Grayscale: #4C4C4C. Windows color (decimal): -15642907 or 15027729. OLE color: 15027729.
HSL color Cylindrical-coordinate representation of color #114EE5: hue angle of 222.74º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EE5 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 78 | 229 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.10 |
| HSL | 222.74º | 0.86% | 0.48% | - |
| HSV(B) | 222.74º | 0.93% | 0.9% | - |
| XYZ | 17.1 | 11.23 | 75.39 | - |
| YUV | 76.98 | 213.79 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 229 | 0.93 | 0.66 | 0 | 0.10 | 222.74 | 0.86 | 0.48 |
| Hex | 11 | 4E | E5 | 5D | 42 | 0 | A | DF | 56 | 30 |
| Octal | 21 | 116 | 345 | 135 | 102 | 0 | 12 | 337 | 126 | 60 |
| Binary | 10001 | 1001110 | 11100101 | 1011101 | 1000010 | 0 | 1010 | 11011111 | 1010110 | 110000 |
Color Harmonies of #114EE5
Complementary color
Monochromatic Colors of #114EE5
Black with #114EE5
Text Example
Text Example
White with #114EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EE5; }
p { color: rgb(17,78,229); }
H1.HeaderClassName
{
color: #114EE5;
}
.AnyTagClassName
{
color: #114EE5;
}
</style>
background-color css
<style>
a { background-color: #114EE5; }
a { background-color: rgb(17,78,229); }
div.DivClassName
{
background-color: #114EE5;
}
.BgClassName
{
background-color: #114EE5;
}
</style>
border-color css
<style>
span { border-color: #114EE5; }
span { border-color: rgb(17,78,229); }
td.TdClassName
{
border-color: #114EE5;
}
.TagClassName
{
border-color: #114EE5;
}
</style>