Shades of Navy Blue #115EE1
Tints of Navy Blue #115EE1
RGB
CMYK
RGB Variations
Color information
#115EE1 (or 0x115EE1) is known color: Navy Blue. HEX triplet: 11, 5E and E1. RGB value is (17,94,225). Sum of RGB (Red+Green+Blue) = 17+94+225=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #115EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EE1 is #EEA11E. Grayscale: #555555. Windows color (decimal): -15638815 or 14769681. OLE color: 14769681.
HSL color Cylindrical-coordinate representation of color #115EE1: hue angle of 217.79º 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 #115EE1 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 94 | 225 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.12 |
| HSL | 217.79º | 0.86% | 0.47% | - |
| HSV(B) | 217.79º | 0.92% | 0.88% | - |
| XYZ | 17.82 | 13.56 | 72.91 | - |
| YUV | 85.91 | 206.49 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 225 | 0.92 | 0.58 | 0 | 0.12 | 217.79 | 0.86 | 0.47 |
| Hex | 11 | 5E | E1 | 5C | 3A | 0 | C | DA | 56 | 2F |
| Octal | 21 | 136 | 341 | 134 | 72 | 0 | 14 | 332 | 126 | 57 |
| Binary | 10001 | 1011110 | 11100001 | 1011100 | 111010 | 0 | 1100 | 11011010 | 1010110 | 101111 |
Color Harmonies of #115EE1
Complementary color
Monochromatic Colors of #115EE1
Black with #115EE1
Text Example
Text Example
White with #115EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EE1; }
p { color: rgb(17,94,225); }
H1.HeaderClassName
{
color: #115EE1;
}
.AnyTagClassName
{
color: #115EE1;
}
</style>
background-color css
<style>
a { background-color: #115EE1; }
a { background-color: rgb(17,94,225); }
div.DivClassName
{
background-color: #115EE1;
}
.BgClassName
{
background-color: #115EE1;
}
</style>
border-color css
<style>
span { border-color: #115EE1; }
span { border-color: rgb(17,94,225); }
td.TdClassName
{
border-color: #115EE1;
}
.TagClassName
{
border-color: #115EE1;
}
</style>