Shades of Navy Blue #115DDA
Tints of Navy Blue #115DDA
RGB
CMYK
RGB Variations
Color information
#115DDA (or 0x115DDA) is known color: Navy Blue. HEX triplet: 11, 5D and DA. RGB value is (17,93,218). Sum of RGB (Red+Green+Blue) = 17+93+218=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #115DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DDA is #EEA225. Grayscale: #535353. Windows color (decimal): -15639078 or 14310673. OLE color: 14310673.
HSL color Cylindrical-coordinate representation of color #115DDA: hue angle of 217.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115DDA is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 93 | 218 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.15 |
| HSL | 217.31º | 0.86% | 0.46% | - |
| HSV(B) | 217.31º | 0.92% | 0.85% | - |
| XYZ | 16.8 | 13.01 | 67.96 | - |
| YUV | 84.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 218 | 0.92 | 0.57 | 0 | 0.15 | 217.31 | 0.86 | 0.46 |
| Hex | 11 | 5D | DA | 5C | 39 | 0 | F | D9 | 56 | 2E |
| Octal | 21 | 135 | 332 | 134 | 71 | 0 | 17 | 331 | 126 | 56 |
| Binary | 10001 | 1011101 | 11011010 | 1011100 | 111001 | 0 | 1111 | 11011001 | 1010110 | 101110 |
Color Harmonies of #115DDA
Complementary color
Monochromatic Colors of #115DDA
Black with #115DDA
Text Example
Text Example
White with #115DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DDA; }
p { color: rgb(17,93,218); }
H1.HeaderClassName
{
color: #115DDA;
}
.AnyTagClassName
{
color: #115DDA;
}
</style>
background-color css
<style>
a { background-color: #115DDA; }
a { background-color: rgb(17,93,218); }
div.DivClassName
{
background-color: #115DDA;
}
.BgClassName
{
background-color: #115DDA;
}
</style>
border-color css
<style>
span { border-color: #115DDA; }
span { border-color: rgb(17,93,218); }
td.TdClassName
{
border-color: #115DDA;
}
.TagClassName
{
border-color: #115DDA;
}
</style>