Shades of Navy Blue #115BF5
Tints of Navy Blue #115BF5
RGB
CMYK
RGB Variations
Color information
#115BF5 (or 0x115BF5) is known color: Navy Blue. HEX triplet: 11, 5B and F5. RGB value is (17,91,245). Sum of RGB (Red+Green+Blue) = 17+91+245=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 245 (96.09% from 255 or 69.41% from 353); Max value from RGB is 245 - color contains mainly: blue. Hex color #115BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BF5 is #EEA40A. Grayscale: #555555. Windows color (decimal): -15639563 or 16079633. OLE color: 16079633.
HSL color Cylindrical-coordinate representation of color #115BF5: hue angle of 220.53º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BF5 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 91 | 245 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.04 |
| HSL | 220.53º | 0.92% | 0.51% | - |
| HSV(B) | 220.53º | 0.93% | 0.96% | - |
| XYZ | 20.45 | 14.19 | 88.05 | - |
| YUV | 86.43 | 217.48 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 245 | 0.93 | 0.63 | 0 | 0.04 | 220.53 | 0.92 | 0.51 |
| Hex | 11 | 5B | F5 | 5D | 3F | 0 | 4 | DD | 5C | 33 |
| Octal | 21 | 133 | 365 | 135 | 77 | 0 | 4 | 335 | 134 | 63 |
| Binary | 10001 | 1011011 | 11110101 | 1011101 | 111111 | 0 | 100 | 11011101 | 1011100 | 110011 |
Color Harmonies of #115BF5
Complementary color
Monochromatic Colors of #115BF5
Black with #115BF5
Text Example
Text Example
White with #115BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BF5; }
p { color: rgb(17,91,245); }
H1.HeaderClassName
{
color: #115BF5;
}
.AnyTagClassName
{
color: #115BF5;
}
</style>
background-color css
<style>
a { background-color: #115BF5; }
a { background-color: rgb(17,91,245); }
div.DivClassName
{
background-color: #115BF5;
}
.BgClassName
{
background-color: #115BF5;
}
</style>
border-color css
<style>
span { border-color: #115BF5; }
span { border-color: rgb(17,91,245); }
td.TdClassName
{
border-color: #115BF5;
}
.TagClassName
{
border-color: #115BF5;
}
</style>