Shades of Navy Blue #115FE2
Tints of Navy Blue #115FE2
RGB
CMYK
RGB Variations
Color information
#115FE2 (or 0x115FE2) is known color: Navy Blue. HEX triplet: 11, 5F and E2. RGB value is (17,95,226). Sum of RGB (Red+Green+Blue) = 17+95+226=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #115FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FE2 is #EEA01D. Grayscale: #565656. Windows color (decimal): -15638558 or 14835473. OLE color: 14835473.
HSL color Cylindrical-coordinate representation of color #115FE2: hue angle of 217.61º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FE2 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 95 | 226 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.11 |
| HSL | 217.61º | 0.86% | 0.48% | - |
| HSV(B) | 217.61º | 0.92% | 0.89% | - |
| XYZ | 18.05 | 13.79 | 73.66 | - |
| YUV | 86.61 | 206.66 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 226 | 0.92 | 0.58 | 0 | 0.11 | 217.61 | 0.86 | 0.48 |
| Hex | 11 | 5F | E2 | 5C | 3A | 0 | B | DA | 56 | 30 |
| Octal | 21 | 137 | 342 | 134 | 72 | 0 | 13 | 332 | 126 | 60 |
| Binary | 10001 | 1011111 | 11100010 | 1011100 | 111010 | 0 | 1011 | 11011010 | 1010110 | 110000 |
Color Harmonies of #115FE2
Complementary color
Monochromatic Colors of #115FE2
Black with #115FE2
Text Example
Text Example
White with #115FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FE2; }
p { color: rgb(17,95,226); }
H1.HeaderClassName
{
color: #115FE2;
}
.AnyTagClassName
{
color: #115FE2;
}
</style>
background-color css
<style>
a { background-color: #115FE2; }
a { background-color: rgb(17,95,226); }
div.DivClassName
{
background-color: #115FE2;
}
.BgClassName
{
background-color: #115FE2;
}
</style>
border-color css
<style>
span { border-color: #115FE2; }
span { border-color: rgb(17,95,226); }
td.TdClassName
{
border-color: #115FE2;
}
.TagClassName
{
border-color: #115FE2;
}
</style>