Shades of Navy Blue #114DFC
Tints of Navy Blue #114DFC
RGB
CMYK
RGB Variations
Color information
#114DFC (or 0x114DFC) is known color: Navy Blue. HEX triplet: 11, 4D and FC. RGB value is (17,77,252). Sum of RGB (Red+Green+Blue) = 17+77+252=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #114DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFC is #EEB203. Grayscale: #4E4E4E. Windows color (decimal): -15643140 or 16534801. OLE color: 16534801.
HSL color Cylindrical-coordinate representation of color #114DFC: hue angle of 224.68º 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 #114DFC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 77 | 252 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.01 |
| HSL | 224.68º | 0.98% | 0.53% | - |
| HSV(B) | 224.68º | 0.93% | 0.99% | - |
| XYZ | 20.46 | 12.46 | 93.42 | - |
| YUV | 79.01 | 225.62 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 252 | 0.93 | 0.69 | 0 | 0.01 | 224.68 | 0.98 | 0.53 |
| Hex | 11 | 4D | FC | 5D | 45 | 0 | 1 | E1 | 62 | 35 |
| Octal | 21 | 115 | 374 | 135 | 105 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10001 | 1001101 | 11111100 | 1011101 | 1000101 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #114DFC
Complementary color
Monochromatic Colors of #114DFC
Black with #114DFC
Text Example
Text Example
White with #114DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DFC; }
p { color: rgb(17,77,252); }
H1.HeaderClassName
{
color: #114DFC;
}
.AnyTagClassName
{
color: #114DFC;
}
</style>
background-color css
<style>
a { background-color: #114DFC; }
a { background-color: rgb(17,77,252); }
div.DivClassName
{
background-color: #114DFC;
}
.BgClassName
{
background-color: #114DFC;
}
</style>
border-color css
<style>
span { border-color: #114DFC; }
span { border-color: rgb(17,77,252); }
td.TdClassName
{
border-color: #114DFC;
}
.TagClassName
{
border-color: #114DFC;
}
</style>