Shades of Navy Blue #114FDD
Tints of Navy Blue #114FDD
RGB
CMYK
RGB Variations
Color information
#114FDD (or 0x114FDD) is known color: Navy Blue. HEX triplet: 11, 4F and DD. RGB value is (17,79,221). Sum of RGB (Red+Green+Blue) = 17+79+221=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #114FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FDD is #EEB022. Grayscale: #4C4C4C. Windows color (decimal): -15642659 or 14503697. OLE color: 14503697.
HSL color Cylindrical-coordinate representation of color #114FDD: hue angle of 221.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114FDD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 79 | 221 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.13 |
| HSL | 221.76º | 0.86% | 0.47% | - |
| HSV(B) | 221.76º | 0.92% | 0.87% | - |
| XYZ | 16.08 | 10.93 | 69.67 | - |
| YUV | 76.65 | 209.46 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 221 | 0.92 | 0.64 | 0 | 0.13 | 221.76 | 0.86 | 0.47 |
| Hex | 11 | 4F | DD | 5C | 40 | 0 | D | DE | 56 | 2F |
| Octal | 21 | 117 | 335 | 134 | 100 | 0 | 15 | 336 | 126 | 57 |
| Binary | 10001 | 1001111 | 11011101 | 1011100 | 1000000 | 0 | 1101 | 11011110 | 1010110 | 101111 |
Color Harmonies of #114FDD
Complementary color
Monochromatic Colors of #114FDD
Black with #114FDD
Text Example
Text Example
White with #114FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FDD; }
p { color: rgb(17,79,221); }
H1.HeaderClassName
{
color: #114FDD;
}
.AnyTagClassName
{
color: #114FDD;
}
</style>
background-color css
<style>
a { background-color: #114FDD; }
a { background-color: rgb(17,79,221); }
div.DivClassName
{
background-color: #114FDD;
}
.BgClassName
{
background-color: #114FDD;
}
</style>
border-color css
<style>
span { border-color: #114FDD; }
span { border-color: rgb(17,79,221); }
td.TdClassName
{
border-color: #114FDD;
}
.TagClassName
{
border-color: #114FDD;
}
</style>