Shades of Navy Blue #115FE0
Tints of Navy Blue #115FE0
RGB
CMYK
RGB Variations
Color information
#115FE0 (or 0x115FE0) is known color: Navy Blue. HEX triplet: 11, 5F and E0. RGB value is (17,95,224). Sum of RGB (Red+Green+Blue) = 17+95+224=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #115FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FE0 is #EEA01F. Grayscale: #555555. Windows color (decimal): -15638560 or 14704401. OLE color: 14704401.
HSL color Cylindrical-coordinate representation of color #115FE0: hue angle of 217.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FE0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 95 | 224 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.12 |
| HSL | 217.39º | 0.86% | 0.47% | - |
| HSV(B) | 217.39º | 0.92% | 0.88% | - |
| XYZ | 17.78 | 13.69 | 72.23 | - |
| YUV | 86.38 | 205.66 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 224 | 0.92 | 0.58 | 0 | 0.12 | 217.39 | 0.86 | 0.47 |
| Hex | 11 | 5F | E0 | 5C | 3A | 0 | C | D9 | 56 | 2F |
| Octal | 21 | 137 | 340 | 134 | 72 | 0 | 14 | 331 | 126 | 57 |
| Binary | 10001 | 1011111 | 11100000 | 1011100 | 111010 | 0 | 1100 | 11011001 | 1010110 | 101111 |
Color Harmonies of #115FE0
Complementary color
Monochromatic Colors of #115FE0
Black with #115FE0
Text Example
Text Example
White with #115FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FE0; }
p { color: rgb(17,95,224); }
H1.HeaderClassName
{
color: #115FE0;
}
.AnyTagClassName
{
color: #115FE0;
}
</style>
background-color css
<style>
a { background-color: #115FE0; }
a { background-color: rgb(17,95,224); }
div.DivClassName
{
background-color: #115FE0;
}
.BgClassName
{
background-color: #115FE0;
}
</style>
border-color css
<style>
span { border-color: #115FE0; }
span { border-color: rgb(17,95,224); }
td.TdClassName
{
border-color: #115FE0;
}
.TagClassName
{
border-color: #115FE0;
}
</style>