Shades of Navy Blue #115AF7
Tints of Navy Blue #115AF7
RGB
CMYK
RGB Variations
Color information
#115AF7 (or 0x115AF7) is known color: Navy Blue. HEX triplet: 11, 5A and F7. RGB value is (17,90,247). Sum of RGB (Red+Green+Blue) = 17+90+247=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 247 (96.88% from 255 or 69.77% from 354); Max value from RGB is 247 - color contains mainly: blue. Hex color #115AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AF7 is #EEA508. Grayscale: #555555. Windows color (decimal): -15639817 or 16210449. OLE color: 16210449.
HSL color Cylindrical-coordinate representation of color #115AF7: hue angle of 220.96º 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 #115AF7 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 90 | 247 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.03 |
| HSL | 220.96º | 0.93% | 0.52% | - |
| HSV(B) | 220.96º | 0.93% | 0.97% | - |
| XYZ | 20.68 | 14.15 | 89.64 | - |
| YUV | 86.07 | 218.82 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 247 | 0.93 | 0.64 | 0 | 0.03 | 220.96 | 0.93 | 0.52 |
| Hex | 11 | 5A | F7 | 5D | 40 | 0 | 3 | DD | 5D | 34 |
| Octal | 21 | 132 | 367 | 135 | 100 | 0 | 3 | 335 | 135 | 64 |
| Binary | 10001 | 1011010 | 11110111 | 1011101 | 1000000 | 0 | 11 | 11011101 | 1011101 | 110100 |
Color Harmonies of #115AF7
Complementary color
Monochromatic Colors of #115AF7
Black with #115AF7
Text Example
Text Example
White with #115AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AF7; }
p { color: rgb(17,90,247); }
H1.HeaderClassName
{
color: #115AF7;
}
.AnyTagClassName
{
color: #115AF7;
}
</style>
background-color css
<style>
a { background-color: #115AF7; }
a { background-color: rgb(17,90,247); }
div.DivClassName
{
background-color: #115AF7;
}
.BgClassName
{
background-color: #115AF7;
}
</style>
border-color css
<style>
span { border-color: #115AF7; }
span { border-color: rgb(17,90,247); }
td.TdClassName
{
border-color: #115AF7;
}
.TagClassName
{
border-color: #115AF7;
}
</style>