Shades of Navy Blue #116EE5
Tints of Navy Blue #116EE5
RGB
CMYK
RGB Variations
Color information
#116EE5 (or 0x116EE5) is known color: Navy Blue. HEX triplet: 11, 6E and E5. RGB value is (17,110,229). Sum of RGB (Red+Green+Blue) = 17+110+229=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #116EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EE5 is #EE911A. Grayscale: #5F5F5F. Windows color (decimal): -15634715 or 15035921. OLE color: 15035921.
HSL color Cylindrical-coordinate representation of color #116EE5: hue angle of 213.68º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116EE5 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 110 | 229 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.10 |
| HSL | 213.68º | 0.86% | 0.48% | - |
| HSV(B) | 213.68º | 0.93% | 0.9% | - |
| XYZ | 19.95 | 16.93 | 76.34 | - |
| YUV | 95.76 | 203.19 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 229 | 0.93 | 0.52 | 0 | 0.10 | 213.68 | 0.86 | 0.48 |
| Hex | 11 | 6E | E5 | 5D | 34 | 0 | A | D6 | 56 | 30 |
| Octal | 21 | 156 | 345 | 135 | 64 | 0 | 12 | 326 | 126 | 60 |
| Binary | 10001 | 1101110 | 11100101 | 1011101 | 110100 | 0 | 1010 | 11010110 | 1010110 | 110000 |
Color Harmonies of #116EE5
Complementary color
Monochromatic Colors of #116EE5
Black with #116EE5
Text Example
Text Example
White with #116EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EE5; }
p { color: rgb(17,110,229); }
H1.HeaderClassName
{
color: #116EE5;
}
.AnyTagClassName
{
color: #116EE5;
}
</style>
background-color css
<style>
a { background-color: #116EE5; }
a { background-color: rgb(17,110,229); }
div.DivClassName
{
background-color: #116EE5;
}
.BgClassName
{
background-color: #116EE5;
}
</style>
border-color css
<style>
span { border-color: #116EE5; }
span { border-color: rgb(17,110,229); }
td.TdClassName
{
border-color: #116EE5;
}
.TagClassName
{
border-color: #116EE5;
}
</style>