Shades of Navy Blue #115AF5
Tints of Navy Blue #115AF5
RGB
CMYK
RGB Variations
Color information
#115AF5 (or 0x115AF5) is known color: Navy Blue. HEX triplet: 11, 5A and F5. RGB value is (17,90,245). Sum of RGB (Red+Green+Blue) = 17+90+245=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 245 (96.09% from 255 or 69.60% from 352); Max value from RGB is 245 - color contains mainly: blue. Hex color #115AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AF5 is #EEA50A. Grayscale: #555555. Windows color (decimal): -15639819 or 16079377. OLE color: 16079377.
HSL color Cylindrical-coordinate representation of color #115AF5: hue angle of 220.79º 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 #115AF5 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 90 | 245 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.04 |
| HSL | 220.79º | 0.92% | 0.51% | - |
| HSV(B) | 220.79º | 0.93% | 0.96% | - |
| XYZ | 20.37 | 14.02 | 88.02 | - |
| YUV | 85.84 | 217.82 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 245 | 0.93 | 0.63 | 0 | 0.04 | 220.79 | 0.92 | 0.51 |
| Hex | 11 | 5A | F5 | 5D | 3F | 0 | 4 | DD | 5C | 33 |
| Octal | 21 | 132 | 365 | 135 | 77 | 0 | 4 | 335 | 134 | 63 |
| Binary | 10001 | 1011010 | 11110101 | 1011101 | 111111 | 0 | 100 | 11011101 | 1011100 | 110011 |
Color Harmonies of #115AF5
Complementary color
Monochromatic Colors of #115AF5
Black with #115AF5
Text Example
Text Example
White with #115AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AF5; }
p { color: rgb(17,90,245); }
H1.HeaderClassName
{
color: #115AF5;
}
.AnyTagClassName
{
color: #115AF5;
}
</style>
background-color css
<style>
a { background-color: #115AF5; }
a { background-color: rgb(17,90,245); }
div.DivClassName
{
background-color: #115AF5;
}
.BgClassName
{
background-color: #115AF5;
}
</style>
border-color css
<style>
span { border-color: #115AF5; }
span { border-color: rgb(17,90,245); }
td.TdClassName
{
border-color: #115AF5;
}
.TagClassName
{
border-color: #115AF5;
}
</style>