Shades of Navy Blue #115DDF
Tints of Navy Blue #115DDF
RGB
CMYK
RGB Variations
Color information
#115DDF (or 0x115DDF) is known color: Navy Blue. HEX triplet: 11, 5D and DF. RGB value is (17,93,223). Sum of RGB (Red+Green+Blue) = 17+93+223=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #115DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DDF is #EEA220. Grayscale: #545454. Windows color (decimal): -15639073 or 14638353. OLE color: 14638353.
HSL color Cylindrical-coordinate representation of color #115DDF: hue angle of 217.86º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115DDF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 93 | 223 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.13 |
| HSL | 217.86º | 0.86% | 0.47% | - |
| HSV(B) | 217.86º | 0.92% | 0.87% | - |
| XYZ | 17.46 | 13.28 | 71.45 | - |
| YUV | 85.1 | 205.82 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 223 | 0.92 | 0.58 | 0 | 0.13 | 217.86 | 0.86 | 0.47 |
| Hex | 11 | 5D | DF | 5C | 3A | 0 | D | DA | 56 | 2F |
| Octal | 21 | 135 | 337 | 134 | 72 | 0 | 15 | 332 | 126 | 57 |
| Binary | 10001 | 1011101 | 11011111 | 1011100 | 111010 | 0 | 1101 | 11011010 | 1010110 | 101111 |
Color Harmonies of #115DDF
Complementary color
Monochromatic Colors of #115DDF
Black with #115DDF
Text Example
Text Example
White with #115DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DDF; }
p { color: rgb(17,93,223); }
H1.HeaderClassName
{
color: #115DDF;
}
.AnyTagClassName
{
color: #115DDF;
}
</style>
background-color css
<style>
a { background-color: #115DDF; }
a { background-color: rgb(17,93,223); }
div.DivClassName
{
background-color: #115DDF;
}
.BgClassName
{
background-color: #115DDF;
}
</style>
border-color css
<style>
span { border-color: #115DDF; }
span { border-color: rgb(17,93,223); }
td.TdClassName
{
border-color: #115DDF;
}
.TagClassName
{
border-color: #115DDF;
}
</style>