Shades of Navy Blue #114BFC
Tints of Navy Blue #114BFC
RGB
CMYK
RGB Variations
Color information
#114BFC (or 0x114BFC) is known color: Navy Blue. HEX triplet: 11, 4B and FC. RGB value is (17,75,252). Sum of RGB (Red+Green+Blue) = 17+75+252=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #114BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BFC is #EEB403. Grayscale: #4D4D4D. Windows color (decimal): -15643652 or 16534289. OLE color: 16534289.
HSL color Cylindrical-coordinate representation of color #114BFC: hue angle of 225.19º 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 #114BFC is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 75 | 252 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.01 |
| HSL | 225.19º | 0.98% | 0.53% | - |
| HSV(B) | 225.19º | 0.93% | 0.99% | - |
| XYZ | 20.32 | 12.18 | 93.38 | - |
| YUV | 77.84 | 226.28 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 252 | 0.93 | 0.70 | 0 | 0.01 | 225.19 | 0.98 | 0.53 |
| Hex | 11 | 4B | FC | 5D | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 21 | 113 | 374 | 135 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10001 | 1001011 | 11111100 | 1011101 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #114BFC
Complementary color
Monochromatic Colors of #114BFC
Black with #114BFC
Text Example
Text Example
White with #114BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BFC; }
p { color: rgb(17,75,252); }
H1.HeaderClassName
{
color: #114BFC;
}
.AnyTagClassName
{
color: #114BFC;
}
</style>
background-color css
<style>
a { background-color: #114BFC; }
a { background-color: rgb(17,75,252); }
div.DivClassName
{
background-color: #114BFC;
}
.BgClassName
{
background-color: #114BFC;
}
</style>
border-color css
<style>
span { border-color: #114BFC; }
span { border-color: rgb(17,75,252); }
td.TdClassName
{
border-color: #114BFC;
}
.TagClassName
{
border-color: #114BFC;
}
</style>