Shades of Navy Blue #115EDC
Tints of Navy Blue #115EDC
RGB
CMYK
RGB Variations
Color information
#115EDC (or 0x115EDC) is known color: Navy Blue. HEX triplet: 11, 5E and DC. RGB value is (17,94,220). Sum of RGB (Red+Green+Blue) = 17+94+220=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #115EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EDC is #EEA123. Grayscale: #545454. Windows color (decimal): -15638820 or 14442001. OLE color: 14442001.
HSL color Cylindrical-coordinate representation of color #115EDC: hue angle of 217.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115EDC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 94 | 220 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.14 |
| HSL | 217.24º | 0.86% | 0.46% | - |
| HSV(B) | 217.24º | 0.92% | 0.86% | - |
| XYZ | 17.15 | 13.29 | 69.37 | - |
| YUV | 85.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 220 | 0.92 | 0.57 | 0 | 0.14 | 217.24 | 0.86 | 0.46 |
| Hex | 11 | 5E | DC | 5C | 39 | 0 | E | D9 | 56 | 2E |
| Octal | 21 | 136 | 334 | 134 | 71 | 0 | 16 | 331 | 126 | 56 |
| Binary | 10001 | 1011110 | 11011100 | 1011100 | 111001 | 0 | 1110 | 11011001 | 1010110 | 101110 |
Color Harmonies of #115EDC
Complementary color
Monochromatic Colors of #115EDC
Black with #115EDC
Text Example
Text Example
White with #115EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EDC; }
p { color: rgb(17,94,220); }
H1.HeaderClassName
{
color: #115EDC;
}
.AnyTagClassName
{
color: #115EDC;
}
</style>
background-color css
<style>
a { background-color: #115EDC; }
a { background-color: rgb(17,94,220); }
div.DivClassName
{
background-color: #115EDC;
}
.BgClassName
{
background-color: #115EDC;
}
</style>
border-color css
<style>
span { border-color: #115EDC; }
span { border-color: rgb(17,94,220); }
td.TdClassName
{
border-color: #115EDC;
}
.TagClassName
{
border-color: #115EDC;
}
</style>