Shades of Navy Blue #115FF7
Tints of Navy Blue #115FF7
RGB
CMYK
RGB Variations
Color information
#115FF7 (or 0x115FF7) is known color: Navy Blue. HEX triplet: 11, 5F and F7. RGB value is (17,95,247). Sum of RGB (Red+Green+Blue) = 17+95+247=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #115FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FF7 is #EEA008. Grayscale: #585858. Windows color (decimal): -15638537 or 16211729. OLE color: 16211729.
HSL color Cylindrical-coordinate representation of color #115FF7: hue angle of 219.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FF7 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 95 | 247 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.03 |
| HSL | 219.65º | 0.93% | 0.52% | - |
| HSV(B) | 219.65º | 0.93% | 0.97% | - |
| XYZ | 21.11 | 15.02 | 89.78 | - |
| YUV | 89.01 | 217.16 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 247 | 0.93 | 0.62 | 0 | 0.03 | 219.65 | 0.93 | 0.52 |
| Hex | 11 | 5F | F7 | 5D | 3E | 0 | 3 | DC | 5D | 34 |
| Octal | 21 | 137 | 367 | 135 | 76 | 0 | 3 | 334 | 135 | 64 |
| Binary | 10001 | 1011111 | 11110111 | 1011101 | 111110 | 0 | 11 | 11011100 | 1011101 | 110100 |
Color Harmonies of #115FF7
Complementary color
Monochromatic Colors of #115FF7
Black with #115FF7
Text Example
Text Example
White with #115FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FF7; }
p { color: rgb(17,95,247); }
H1.HeaderClassName
{
color: #115FF7;
}
.AnyTagClassName
{
color: #115FF7;
}
</style>
background-color css
<style>
a { background-color: #115FF7; }
a { background-color: rgb(17,95,247); }
div.DivClassName
{
background-color: #115FF7;
}
.BgClassName
{
background-color: #115FF7;
}
</style>
border-color css
<style>
span { border-color: #115FF7; }
span { border-color: rgb(17,95,247); }
td.TdClassName
{
border-color: #115FF7;
}
.TagClassName
{
border-color: #115FF7;
}
</style>