Shades of Navy Blue #115FDF
Tints of Navy Blue #115FDF
RGB
CMYK
RGB Variations
Color information
#115FDF (or 0x115FDF) is known color: Navy Blue. HEX triplet: 11, 5F and DF. RGB value is (17,95,223). Sum of RGB (Red+Green+Blue) = 17+95+223=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #115FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FDF is #EEA020. Grayscale: #555555. Windows color (decimal): -15638561 or 14638865. OLE color: 14638865.
HSL color Cylindrical-coordinate representation of color #115FDF: hue angle of 217.28º 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 #115FDF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 95 | 223 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.13 |
| HSL | 217.28º | 0.86% | 0.47% | - |
| HSV(B) | 217.28º | 0.92% | 0.87% | - |
| XYZ | 17.64 | 13.63 | 71.51 | - |
| YUV | 86.27 | 205.16 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 223 | 0.92 | 0.57 | 0 | 0.13 | 217.28 | 0.86 | 0.47 |
| Hex | 11 | 5F | DF | 5C | 39 | 0 | D | D9 | 56 | 2F |
| Octal | 21 | 137 | 337 | 134 | 71 | 0 | 15 | 331 | 126 | 57 |
| Binary | 10001 | 1011111 | 11011111 | 1011100 | 111001 | 0 | 1101 | 11011001 | 1010110 | 101111 |
Color Harmonies of #115FDF
Complementary color
Monochromatic Colors of #115FDF
Black with #115FDF
Text Example
Text Example
White with #115FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FDF; }
p { color: rgb(17,95,223); }
H1.HeaderClassName
{
color: #115FDF;
}
.AnyTagClassName
{
color: #115FDF;
}
</style>
background-color css
<style>
a { background-color: #115FDF; }
a { background-color: rgb(17,95,223); }
div.DivClassName
{
background-color: #115FDF;
}
.BgClassName
{
background-color: #115FDF;
}
</style>
border-color css
<style>
span { border-color: #115FDF; }
span { border-color: rgb(17,95,223); }
td.TdClassName
{
border-color: #115FDF;
}
.TagClassName
{
border-color: #115FDF;
}
</style>