Shades of Navy Blue #116DE1
Tints of Navy Blue #116DE1
RGB
CMYK
RGB Variations
Color information
#116DE1 (or 0x116DE1) is known color: Navy Blue. HEX triplet: 11, 6D and E1. RGB value is (17,109,225). Sum of RGB (Red+Green+Blue) = 17+109+225=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #116DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DE1 is #EE921E. Grayscale: #5E5E5E. Windows color (decimal): -15634975 or 14773521. OLE color: 14773521.
HSL color Cylindrical-coordinate representation of color #116DE1: hue angle of 213.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116DE1 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 109 | 225 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.12 |
| HSL | 213.46º | 0.86% | 0.47% | - |
| HSV(B) | 213.46º | 0.92% | 0.88% | - |
| XYZ | 19.29 | 16.49 | 73.4 | - |
| YUV | 94.72 | 201.52 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 225 | 0.92 | 0.52 | 0 | 0.12 | 213.46 | 0.86 | 0.47 |
| Hex | 11 | 6D | E1 | 5C | 34 | 0 | C | D5 | 56 | 2F |
| Octal | 21 | 155 | 341 | 134 | 64 | 0 | 14 | 325 | 126 | 57 |
| Binary | 10001 | 1101101 | 11100001 | 1011100 | 110100 | 0 | 1100 | 11010101 | 1010110 | 101111 |
Color Harmonies of #116DE1
Complementary color
Monochromatic Colors of #116DE1
Black with #116DE1
Text Example
Text Example
White with #116DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DE1; }
p { color: rgb(17,109,225); }
H1.HeaderClassName
{
color: #116DE1;
}
.AnyTagClassName
{
color: #116DE1;
}
</style>
background-color css
<style>
a { background-color: #116DE1; }
a { background-color: rgb(17,109,225); }
div.DivClassName
{
background-color: #116DE1;
}
.BgClassName
{
background-color: #116DE1;
}
</style>
border-color css
<style>
span { border-color: #116DE1; }
span { border-color: rgb(17,109,225); }
td.TdClassName
{
border-color: #116DE1;
}
.TagClassName
{
border-color: #116DE1;
}
</style>