Shades of Navy Blue #115FEC
Tints of Navy Blue #115FEC
RGB
CMYK
RGB Variations
Color information
#115FEC (or 0x115FEC) is known color: Navy Blue. HEX triplet: 11, 5F and EC. RGB value is (17,95,236). Sum of RGB (Red+Green+Blue) = 17+95+236=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #115FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FEC is #EEA013. Grayscale: #575757. Windows color (decimal): -15638548 or 15490833. OLE color: 15490833.
HSL color Cylindrical-coordinate representation of color #115FEC: hue angle of 218.63º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FEC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 95 | 236 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.07 |
| HSL | 218.63º | 0.87% | 0.5% | - |
| HSV(B) | 218.63º | 0.93% | 0.93% | - |
| XYZ | 19.46 | 14.36 | 81.1 | - |
| YUV | 87.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 236 | 0.93 | 0.60 | 0 | 0.07 | 218.63 | 0.87 | 0.5 |
| Hex | 11 | 5F | EC | 5D | 3C | 0 | 7 | DB | 57 | 32 |
| Octal | 21 | 137 | 354 | 135 | 74 | 0 | 7 | 333 | 127 | 62 |
| Binary | 10001 | 1011111 | 11101100 | 1011101 | 111100 | 0 | 111 | 11011011 | 1010111 | 110010 |
Color Harmonies of #115FEC
Complementary color
Monochromatic Colors of #115FEC
Black with #115FEC
Text Example
Text Example
White with #115FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FEC; }
p { color: rgb(17,95,236); }
H1.HeaderClassName
{
color: #115FEC;
}
.AnyTagClassName
{
color: #115FEC;
}
</style>
background-color css
<style>
a { background-color: #115FEC; }
a { background-color: rgb(17,95,236); }
div.DivClassName
{
background-color: #115FEC;
}
.BgClassName
{
background-color: #115FEC;
}
</style>
border-color css
<style>
span { border-color: #115FEC; }
span { border-color: rgb(17,95,236); }
td.TdClassName
{
border-color: #115FEC;
}
.TagClassName
{
border-color: #115FEC;
}
</style>