Shades of Navy Blue #115FED
Tints of Navy Blue #115FED
RGB
CMYK
RGB Variations
Color information
#115FED (or 0x115FED) is known color: Navy Blue. HEX triplet: 11, 5F and ED. RGB value is (17,95,237). Sum of RGB (Red+Green+Blue) = 17+95+237=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #115FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FED is #EEA012. Grayscale: #575757. Windows color (decimal): -15638547 or 15556369. OLE color: 15556369.
HSL color Cylindrical-coordinate representation of color #115FED: hue angle of 218.73º 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 #115FED is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 95 | 237 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.07 |
| HSL | 218.73º | 0.87% | 0.5% | - |
| HSV(B) | 218.73º | 0.93% | 0.93% | - |
| XYZ | 19.61 | 14.42 | 81.87 | - |
| YUV | 87.87 | 212.16 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 237 | 0.93 | 0.60 | 0 | 0.07 | 218.73 | 0.87 | 0.5 |
| Hex | 11 | 5F | ED | 5D | 3C | 0 | 7 | DB | 57 | 32 |
| Octal | 21 | 137 | 355 | 135 | 74 | 0 | 7 | 333 | 127 | 62 |
| Binary | 10001 | 1011111 | 11101101 | 1011101 | 111100 | 0 | 111 | 11011011 | 1010111 | 110010 |
Color Harmonies of #115FED
Complementary color
Monochromatic Colors of #115FED
Black with #115FED
Text Example
Text Example
White with #115FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FED; }
p { color: rgb(17,95,237); }
H1.HeaderClassName
{
color: #115FED;
}
.AnyTagClassName
{
color: #115FED;
}
</style>
background-color css
<style>
a { background-color: #115FED; }
a { background-color: rgb(17,95,237); }
div.DivClassName
{
background-color: #115FED;
}
.BgClassName
{
background-color: #115FED;
}
</style>
border-color css
<style>
span { border-color: #115FED; }
span { border-color: rgb(17,95,237); }
td.TdClassName
{
border-color: #115FED;
}
.TagClassName
{
border-color: #115FED;
}
</style>