Shades of Navy Blue #114FE1
Tints of Navy Blue #114FE1
RGB
CMYK
RGB Variations
Color information
#114FE1 (or 0x114FE1) is known color: Navy Blue. HEX triplet: 11, 4F and E1. RGB value is (17,79,225). Sum of RGB (Red+Green+Blue) = 17+79+225=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #114FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FE1 is #EEB01E. Grayscale: #4C4C4C. Windows color (decimal): -15642655 or 14765841. OLE color: 14765841.
HSL color Cylindrical-coordinate representation of color #114FE1: hue angle of 222.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114FE1 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 79 | 225 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.12 |
| HSL | 222.12º | 0.86% | 0.47% | - |
| HSV(B) | 222.12º | 0.92% | 0.88% | - |
| XYZ | 16.62 | 11.15 | 72.51 | - |
| YUV | 77.11 | 211.46 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 225 | 0.92 | 0.65 | 0 | 0.12 | 222.12 | 0.86 | 0.47 |
| Hex | 11 | 4F | E1 | 5C | 41 | 0 | C | DE | 56 | 2F |
| Octal | 21 | 117 | 341 | 134 | 101 | 0 | 14 | 336 | 126 | 57 |
| Binary | 10001 | 1001111 | 11100001 | 1011100 | 1000001 | 0 | 1100 | 11011110 | 1010110 | 101111 |
Color Harmonies of #114FE1
Complementary color
Monochromatic Colors of #114FE1
Black with #114FE1
Text Example
Text Example
White with #114FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FE1; }
p { color: rgb(17,79,225); }
H1.HeaderClassName
{
color: #114FE1;
}
.AnyTagClassName
{
color: #114FE1;
}
</style>
background-color css
<style>
a { background-color: #114FE1; }
a { background-color: rgb(17,79,225); }
div.DivClassName
{
background-color: #114FE1;
}
.BgClassName
{
background-color: #114FE1;
}
</style>
border-color css
<style>
span { border-color: #114FE1; }
span { border-color: rgb(17,79,225); }
td.TdClassName
{
border-color: #114FE1;
}
.TagClassName
{
border-color: #114FE1;
}
</style>