Shades of Navy Blue #114EE3
Tints of Navy Blue #114EE3
RGB
CMYK
RGB Variations
Color information
#114EE3 (or 0x114EE3) is known color: Navy Blue. HEX triplet: 11, 4E and E3. RGB value is (17,78,227). Sum of RGB (Red+Green+Blue) = 17+78+227=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 227 (89.06% from 255 or 70.50% from 322); Max value from RGB is 227 - color contains mainly: blue. Hex color #114EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EE3 is #EEB11C. Grayscale: #4C4C4C. Windows color (decimal): -15642909 or 14896657. OLE color: 14896657.
HSL color Cylindrical-coordinate representation of color #114EE3: hue angle of 222.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EE3 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 78 | 227 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.11 |
| HSL | 222.57º | 0.86% | 0.48% | - |
| HSV(B) | 222.57º | 0.93% | 0.89% | - |
| XYZ | 16.82 | 11.11 | 73.93 | - |
| YUV | 76.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 227 | 0.93 | 0.66 | 0 | 0.11 | 222.57 | 0.86 | 0.48 |
| Hex | 11 | 4E | E3 | 5D | 42 | 0 | B | DF | 56 | 30 |
| Octal | 21 | 116 | 343 | 135 | 102 | 0 | 13 | 337 | 126 | 60 |
| Binary | 10001 | 1001110 | 11100011 | 1011101 | 1000010 | 0 | 1011 | 11011111 | 1010110 | 110000 |
Color Harmonies of #114EE3
Complementary color
Monochromatic Colors of #114EE3
Black with #114EE3
Text Example
Text Example
White with #114EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EE3; }
p { color: rgb(17,78,227); }
H1.HeaderClassName
{
color: #114EE3;
}
.AnyTagClassName
{
color: #114EE3;
}
</style>
background-color css
<style>
a { background-color: #114EE3; }
a { background-color: rgb(17,78,227); }
div.DivClassName
{
background-color: #114EE3;
}
.BgClassName
{
background-color: #114EE3;
}
</style>
border-color css
<style>
span { border-color: #114EE3; }
span { border-color: rgb(17,78,227); }
td.TdClassName
{
border-color: #114EE3;
}
.TagClassName
{
border-color: #114EE3;
}
</style>