Shades of Navy Blue #115FE5
Tints of Navy Blue #115FE5
RGB
CMYK
RGB Variations
Color information
#115FE5 (or 0x115FE5) is known color: Navy Blue. HEX triplet: 11, 5F and E5. RGB value is (17,95,229). Sum of RGB (Red+Green+Blue) = 17+95+229=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #115FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FE5 is #EEA01A. Grayscale: #565656. Windows color (decimal): -15638555 or 15032081. OLE color: 15032081.
HSL color Cylindrical-coordinate representation of color #115FE5: hue angle of 217.92º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FE5 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 95 | 229 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.10 |
| HSL | 217.92º | 0.86% | 0.48% | - |
| HSV(B) | 217.92º | 0.93% | 0.9% | - |
| XYZ | 18.47 | 13.96 | 75.85 | - |
| YUV | 86.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 229 | 0.93 | 0.59 | 0 | 0.10 | 217.92 | 0.86 | 0.48 |
| Hex | 11 | 5F | E5 | 5D | 3B | 0 | A | DA | 56 | 30 |
| Octal | 21 | 137 | 345 | 135 | 73 | 0 | 12 | 332 | 126 | 60 |
| Binary | 10001 | 1011111 | 11100101 | 1011101 | 111011 | 0 | 1010 | 11011010 | 1010110 | 110000 |
Color Harmonies of #115FE5
Complementary color
Monochromatic Colors of #115FE5
Black with #115FE5
Text Example
Text Example
White with #115FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FE5; }
p { color: rgb(17,95,229); }
H1.HeaderClassName
{
color: #115FE5;
}
.AnyTagClassName
{
color: #115FE5;
}
</style>
background-color css
<style>
a { background-color: #115FE5; }
a { background-color: rgb(17,95,229); }
div.DivClassName
{
background-color: #115FE5;
}
.BgClassName
{
background-color: #115FE5;
}
</style>
border-color css
<style>
span { border-color: #115FE5; }
span { border-color: rgb(17,95,229); }
td.TdClassName
{
border-color: #115FE5;
}
.TagClassName
{
border-color: #115FE5;
}
</style>