Shades of Navy Blue #114DF9
Tints of Navy Blue #114DF9
RGB
CMYK
RGB Variations
Color information
#114DF9 (or 0x114DF9) is known color: Navy Blue. HEX triplet: 11, 4D and F9. RGB value is (17,77,249). Sum of RGB (Red+Green+Blue) = 17+77+249=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #114DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF9 is #EEB206. Grayscale: #4D4D4D. Windows color (decimal): -15643143 or 16338193. OLE color: 16338193.
HSL color Cylindrical-coordinate representation of color #114DF9: hue angle of 224.48º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DF9 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 77 | 249 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.02 |
| HSL | 224.48º | 0.95% | 0.52% | - |
| HSV(B) | 224.48º | 0.93% | 0.98% | - |
| XYZ | 19.98 | 12.27 | 90.94 | - |
| YUV | 78.67 | 224.12 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 249 | 0.93 | 0.69 | 0 | 0.02 | 224.48 | 0.95 | 0.52 |
| Hex | 11 | 4D | F9 | 5D | 45 | 0 | 2 | E0 | 5F | 34 |
| Octal | 21 | 115 | 371 | 135 | 105 | 0 | 2 | 340 | 137 | 64 |
| Binary | 10001 | 1001101 | 11111001 | 1011101 | 1000101 | 0 | 10 | 11100000 | 1011111 | 110100 |
Color Harmonies of #114DF9
Complementary color
Monochromatic Colors of #114DF9
Black with #114DF9
Text Example
Text Example
White with #114DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DF9; }
p { color: rgb(17,77,249); }
H1.HeaderClassName
{
color: #114DF9;
}
.AnyTagClassName
{
color: #114DF9;
}
</style>
background-color css
<style>
a { background-color: #114DF9; }
a { background-color: rgb(17,77,249); }
div.DivClassName
{
background-color: #114DF9;
}
.BgClassName
{
background-color: #114DF9;
}
</style>
border-color css
<style>
span { border-color: #114DF9; }
span { border-color: rgb(17,77,249); }
td.TdClassName
{
border-color: #114DF9;
}
.TagClassName
{
border-color: #114DF9;
}
</style>