Shades of Navy Blue #115EF5
Tints of Navy Blue #115EF5
RGB
CMYK
RGB Variations
Color information
#115EF5 (or 0x115EF5) is known color: Navy Blue. HEX triplet: 11, 5E and F5. RGB value is (17,94,245). Sum of RGB (Red+Green+Blue) = 17+94+245=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #115EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EF5 is #EEA10A. Grayscale: #575757. Windows color (decimal): -15638795 or 16080401. OLE color: 16080401.
HSL color Cylindrical-coordinate representation of color #115EF5: hue angle of 219.74º 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 #115EF5 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 94 | 245 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.04 |
| HSL | 219.74º | 0.92% | 0.51% | - |
| HSV(B) | 219.74º | 0.93% | 0.96% | - |
| XYZ | 20.72 | 14.72 | 88.14 | - |
| YUV | 88.19 | 216.49 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 245 | 0.93 | 0.62 | 0 | 0.04 | 219.74 | 0.92 | 0.51 |
| Hex | 11 | 5E | F5 | 5D | 3E | 0 | 4 | DC | 5C | 33 |
| Octal | 21 | 136 | 365 | 135 | 76 | 0 | 4 | 334 | 134 | 63 |
| Binary | 10001 | 1011110 | 11110101 | 1011101 | 111110 | 0 | 100 | 11011100 | 1011100 | 110011 |
Color Harmonies of #115EF5
Complementary color
Monochromatic Colors of #115EF5
Black with #115EF5
Text Example
Text Example
White with #115EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EF5; }
p { color: rgb(17,94,245); }
H1.HeaderClassName
{
color: #115EF5;
}
.AnyTagClassName
{
color: #115EF5;
}
</style>
background-color css
<style>
a { background-color: #115EF5; }
a { background-color: rgb(17,94,245); }
div.DivClassName
{
background-color: #115EF5;
}
.BgClassName
{
background-color: #115EF5;
}
</style>
border-color css
<style>
span { border-color: #115EF5; }
span { border-color: rgb(17,94,245); }
td.TdClassName
{
border-color: #115EF5;
}
.TagClassName
{
border-color: #115EF5;
}
</style>