Shades of Navy Blue #115BF7
Tints of Navy Blue #115BF7
RGB
CMYK
RGB Variations
Color information
#115BF7 (or 0x115BF7) is known color: Navy Blue. HEX triplet: 11, 5B and F7. RGB value is (17,91,247). Sum of RGB (Red+Green+Blue) = 17+91+247=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 247 (96.88% from 255 or 69.58% from 355); Max value from RGB is 247 - color contains mainly: blue. Hex color #115BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BF7 is #EEA408. Grayscale: #555555. Windows color (decimal): -15639561 or 16210705. OLE color: 16210705.
HSL color Cylindrical-coordinate representation of color #115BF7: hue angle of 220.7º 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 #115BF7 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 91 | 247 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.03 |
| HSL | 220.7º | 0.93% | 0.52% | - |
| HSV(B) | 220.7º | 0.93% | 0.97% | - |
| XYZ | 20.76 | 14.32 | 89.66 | - |
| YUV | 86.66 | 218.48 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 247 | 0.93 | 0.63 | 0 | 0.03 | 220.7 | 0.93 | 0.52 |
| Hex | 11 | 5B | F7 | 5D | 3F | 0 | 3 | DD | 5D | 34 |
| Octal | 21 | 133 | 367 | 135 | 77 | 0 | 3 | 335 | 135 | 64 |
| Binary | 10001 | 1011011 | 11110111 | 1011101 | 111111 | 0 | 11 | 11011101 | 1011101 | 110100 |
Color Harmonies of #115BF7
Complementary color
Monochromatic Colors of #115BF7
Black with #115BF7
Text Example
Text Example
White with #115BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BF7; }
p { color: rgb(17,91,247); }
H1.HeaderClassName
{
color: #115BF7;
}
.AnyTagClassName
{
color: #115BF7;
}
</style>
background-color css
<style>
a { background-color: #115BF7; }
a { background-color: rgb(17,91,247); }
div.DivClassName
{
background-color: #115BF7;
}
.BgClassName
{
background-color: #115BF7;
}
</style>
border-color css
<style>
span { border-color: #115BF7; }
span { border-color: rgb(17,91,247); }
td.TdClassName
{
border-color: #115BF7;
}
.TagClassName
{
border-color: #115BF7;
}
</style>