Shades of Navy Blue #115DF5
Tints of Navy Blue #115DF5
RGB
CMYK
RGB Variations
Color information
#115DF5 (or 0x115DF5) is known color: Navy Blue. HEX triplet: 11, 5D and F5. RGB value is (17,93,245). Sum of RGB (Red+Green+Blue) = 17+93+245=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #115DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF5 is #EEA20A. Grayscale: #565656. Windows color (decimal): -15639051 or 16080145. OLE color: 16080145.
HSL color Cylindrical-coordinate representation of color #115DF5: hue angle of 220º 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 #115DF5 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 93 | 245 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.04 |
| HSL | 220º | 0.92% | 0.51% | - |
| HSV(B) | 220º | 0.93% | 0.96% | - |
| XYZ | 20.63 | 14.54 | 88.11 | - |
| YUV | 87.6 | 216.82 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 245 | 0.93 | 0.62 | 0 | 0.04 | 220 | 0.92 | 0.51 |
| Hex | 11 | 5D | F5 | 5D | 3E | 0 | 4 | DC | 5C | 33 |
| Octal | 21 | 135 | 365 | 135 | 76 | 0 | 4 | 334 | 134 | 63 |
| Binary | 10001 | 1011101 | 11110101 | 1011101 | 111110 | 0 | 100 | 11011100 | 1011100 | 110011 |
Color Harmonies of #115DF5
Complementary color
Monochromatic Colors of #115DF5
Black with #115DF5
Text Example
Text Example
White with #115DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DF5; }
p { color: rgb(17,93,245); }
H1.HeaderClassName
{
color: #115DF5;
}
.AnyTagClassName
{
color: #115DF5;
}
</style>
background-color css
<style>
a { background-color: #115DF5; }
a { background-color: rgb(17,93,245); }
div.DivClassName
{
background-color: #115DF5;
}
.BgClassName
{
background-color: #115DF5;
}
</style>
border-color css
<style>
span { border-color: #115DF5; }
span { border-color: rgb(17,93,245); }
td.TdClassName
{
border-color: #115DF5;
}
.TagClassName
{
border-color: #115DF5;
}
</style>