Shades of Navy Blue #115DF1
Tints of Navy Blue #115DF1
RGB
CMYK
RGB Variations
Color information
#115DF1 (or 0x115DF1) is known color: Navy Blue. HEX triplet: 11, 5D and F1. RGB value is (17,93,241). Sum of RGB (Red+Green+Blue) = 17+93+241=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #115DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF1 is #EEA20E. Grayscale: #565656. Windows color (decimal): -15639055 or 15818001. OLE color: 15818001.
HSL color Cylindrical-coordinate representation of color #115DF1: hue angle of 219.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115DF1 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 93 | 241 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.05 |
| HSL | 219.64º | 0.89% | 0.51% | - |
| HSV(B) | 219.64º | 0.93% | 0.95% | - |
| XYZ | 20.02 | 14.3 | 84.92 | - |
| YUV | 87.15 | 214.82 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 241 | 0.93 | 0.61 | 0 | 0.05 | 219.64 | 0.89 | 0.51 |
| Hex | 11 | 5D | F1 | 5D | 3D | 0 | 5 | DC | 59 | 33 |
| Octal | 21 | 135 | 361 | 135 | 75 | 0 | 5 | 334 | 131 | 63 |
| Binary | 10001 | 1011101 | 11110001 | 1011101 | 111101 | 0 | 101 | 11011100 | 1011001 | 110011 |
Color Harmonies of #115DF1
Complementary color
Monochromatic Colors of #115DF1
Black with #115DF1
Text Example
Text Example
White with #115DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DF1; }
p { color: rgb(17,93,241); }
H1.HeaderClassName
{
color: #115DF1;
}
.AnyTagClassName
{
color: #115DF1;
}
</style>
background-color css
<style>
a { background-color: #115DF1; }
a { background-color: rgb(17,93,241); }
div.DivClassName
{
background-color: #115DF1;
}
.BgClassName
{
background-color: #115DF1;
}
</style>
border-color css
<style>
span { border-color: #115DF1; }
span { border-color: rgb(17,93,241); }
td.TdClassName
{
border-color: #115DF1;
}
.TagClassName
{
border-color: #115DF1;
}
</style>