Shades of Navy Blue #114BDE
Tints of Navy Blue #114BDE
RGB
CMYK
RGB Variations
Color information
#114BDE (or 0x114BDE) is known color: Navy Blue. HEX triplet: 11, 4B and DE. RGB value is (17,75,222). Sum of RGB (Red+Green+Blue) = 17+75+222=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #114BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDE is #EEB421. Grayscale: #494949. Windows color (decimal): -15643682 or 14568209. OLE color: 14568209.
HSL color Cylindrical-coordinate representation of color #114BDE: hue angle of 223.02º 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 #114BDE is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 75 | 222 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.13 |
| HSL | 223.02º | 0.86% | 0.47% | - |
| HSV(B) | 223.02º | 0.92% | 0.87% | - |
| XYZ | 15.93 | 10.43 | 70.28 | - |
| YUV | 74.42 | 211.28 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 222 | 0.92 | 0.66 | 0 | 0.13 | 223.02 | 0.86 | 0.47 |
| Hex | 11 | 4B | DE | 5C | 42 | 0 | D | DF | 56 | 2F |
| Octal | 21 | 113 | 336 | 134 | 102 | 0 | 15 | 337 | 126 | 57 |
| Binary | 10001 | 1001011 | 11011110 | 1011100 | 1000010 | 0 | 1101 | 11011111 | 1010110 | 101111 |
Color Harmonies of #114BDE
Complementary color
Monochromatic Colors of #114BDE
Black with #114BDE
Text Example
Text Example
White with #114BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BDE; }
p { color: rgb(17,75,222); }
H1.HeaderClassName
{
color: #114BDE;
}
.AnyTagClassName
{
color: #114BDE;
}
</style>
background-color css
<style>
a { background-color: #114BDE; }
a { background-color: rgb(17,75,222); }
div.DivClassName
{
background-color: #114BDE;
}
.BgClassName
{
background-color: #114BDE;
}
</style>
border-color css
<style>
span { border-color: #114BDE; }
span { border-color: rgb(17,75,222); }
td.TdClassName
{
border-color: #114BDE;
}
.TagClassName
{
border-color: #114BDE;
}
</style>