Shades of Navy Blue #114EFC
Tints of Navy Blue #114EFC
RGB
CMYK
RGB Variations
Color information
#114EFC (or 0x114EFC) is known color: Navy Blue. HEX triplet: 11, 4E and FC. RGB value is (17,78,252). Sum of RGB (Red+Green+Blue) = 17+78+252=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #114EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EFC is #EEB103. Grayscale: #4E4E4E. Windows color (decimal): -15642884 or 16535057. OLE color: 16535057.
HSL color Cylindrical-coordinate representation of color #114EFC: hue angle of 224.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EFC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 78 | 252 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.01 |
| HSL | 224.43º | 0.98% | 0.53% | - |
| HSV(B) | 224.43º | 0.93% | 0.99% | - |
| XYZ | 20.53 | 12.6 | 93.44 | - |
| YUV | 79.6 | 225.29 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 252 | 0.93 | 0.69 | 0 | 0.01 | 224.43 | 0.98 | 0.53 |
| Hex | 11 | 4E | FC | 5D | 45 | 0 | 1 | E0 | 62 | 35 |
| Octal | 21 | 116 | 374 | 135 | 105 | 0 | 1 | 340 | 142 | 65 |
| Binary | 10001 | 1001110 | 11111100 | 1011101 | 1000101 | 0 | 1 | 11100000 | 1100010 | 110101 |
Color Harmonies of #114EFC
Complementary color
Monochromatic Colors of #114EFC
Black with #114EFC
Text Example
Text Example
White with #114EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EFC; }
p { color: rgb(17,78,252); }
H1.HeaderClassName
{
color: #114EFC;
}
.AnyTagClassName
{
color: #114EFC;
}
</style>
background-color css
<style>
a { background-color: #114EFC; }
a { background-color: rgb(17,78,252); }
div.DivClassName
{
background-color: #114EFC;
}
.BgClassName
{
background-color: #114EFC;
}
</style>
border-color css
<style>
span { border-color: #114EFC; }
span { border-color: rgb(17,78,252); }
td.TdClassName
{
border-color: #114EFC;
}
.TagClassName
{
border-color: #114EFC;
}
</style>