Shades of Navy Blue #114DF7
Tints of Navy Blue #114DF7
RGB
CMYK
RGB Variations
Color information
#114DF7 (or 0x114DF7) is known color: Navy Blue. HEX triplet: 11, 4D and F7. RGB value is (17,77,247). Sum of RGB (Red+Green+Blue) = 17+77+247=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 247 (96.88% from 255 or 72.43% from 341); Max value from RGB is 247 - color contains mainly: blue. Hex color #114DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF7 is #EEB208. Grayscale: #4D4D4D. Windows color (decimal): -15643145 or 16207121. OLE color: 16207121.
HSL color Cylindrical-coordinate representation of color #114DF7: hue angle of 224.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DF7 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 77 | 247 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.03 |
| HSL | 224.35º | 0.93% | 0.52% | - |
| HSV(B) | 224.35º | 0.93% | 0.97% | - |
| XYZ | 19.67 | 12.14 | 89.3 | - |
| YUV | 78.44 | 223.12 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 247 | 0.93 | 0.69 | 0 | 0.03 | 224.35 | 0.93 | 0.52 |
| Hex | 11 | 4D | F7 | 5D | 45 | 0 | 3 | E0 | 5D | 34 |
| Octal | 21 | 115 | 367 | 135 | 105 | 0 | 3 | 340 | 135 | 64 |
| Binary | 10001 | 1001101 | 11110111 | 1011101 | 1000101 | 0 | 11 | 11100000 | 1011101 | 110100 |
Color Harmonies of #114DF7
Complementary color
Monochromatic Colors of #114DF7
Black with #114DF7
Text Example
Text Example
White with #114DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DF7; }
p { color: rgb(17,77,247); }
H1.HeaderClassName
{
color: #114DF7;
}
.AnyTagClassName
{
color: #114DF7;
}
</style>
background-color css
<style>
a { background-color: #114DF7; }
a { background-color: rgb(17,77,247); }
div.DivClassName
{
background-color: #114DF7;
}
.BgClassName
{
background-color: #114DF7;
}
</style>
border-color css
<style>
span { border-color: #114DF7; }
span { border-color: rgb(17,77,247); }
td.TdClassName
{
border-color: #114DF7;
}
.TagClassName
{
border-color: #114DF7;
}
</style>