Shades of Navy Blue #114FED
Tints of Navy Blue #114FED
RGB
CMYK
RGB Variations
Color information
#114FED (or 0x114FED) is known color: Navy Blue. HEX triplet: 11, 4F and ED. RGB value is (17,79,237). Sum of RGB (Red+Green+Blue) = 17+79+237=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #114FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FED is #EEB012. Grayscale: #4D4D4D. Windows color (decimal): -15642643 or 15552273. OLE color: 15552273.
HSL color Cylindrical-coordinate representation of color #114FED: hue angle of 223.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114FED is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 79 | 237 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.07 |
| HSL | 223.09º | 0.87% | 0.5% | - |
| HSV(B) | 223.09º | 0.93% | 0.93% | - |
| XYZ | 18.31 | 11.83 | 81.44 | - |
| YUV | 78.47 | 217.46 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 237 | 0.93 | 0.67 | 0 | 0.07 | 223.09 | 0.87 | 0.5 |
| Hex | 11 | 4F | ED | 5D | 43 | 0 | 7 | DF | 57 | 32 |
| Octal | 21 | 117 | 355 | 135 | 103 | 0 | 7 | 337 | 127 | 62 |
| Binary | 10001 | 1001111 | 11101101 | 1011101 | 1000011 | 0 | 111 | 11011111 | 1010111 | 110010 |
Color Harmonies of #114FED
Complementary color
Monochromatic Colors of #114FED
Black with #114FED
Text Example
Text Example
White with #114FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FED; }
p { color: rgb(17,79,237); }
H1.HeaderClassName
{
color: #114FED;
}
.AnyTagClassName
{
color: #114FED;
}
</style>
background-color css
<style>
a { background-color: #114FED; }
a { background-color: rgb(17,79,237); }
div.DivClassName
{
background-color: #114FED;
}
.BgClassName
{
background-color: #114FED;
}
</style>
border-color css
<style>
span { border-color: #114FED; }
span { border-color: rgb(17,79,237); }
td.TdClassName
{
border-color: #114FED;
}
.TagClassName
{
border-color: #114FED;
}
</style>