Shades of Navy Blue #115FEB
Tints of Navy Blue #115FEB
RGB
CMYK
RGB Variations
Color information
#115FEB (or 0x115FEB) is known color: Navy Blue. HEX triplet: 11, 5F and EB. RGB value is (17,95,235). Sum of RGB (Red+Green+Blue) = 17+95+235=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #115FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FEB is #EEA014. Grayscale: #575757. Windows color (decimal): -15638549 or 15425297. OLE color: 15425297.
HSL color Cylindrical-coordinate representation of color #115FEB: hue angle of 218.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FEB is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 95 | 235 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.08 |
| HSL | 218.53º | 0.87% | 0.49% | - |
| HSV(B) | 218.53º | 0.93% | 0.92% | - |
| XYZ | 19.32 | 14.3 | 80.34 | - |
| YUV | 87.64 | 211.16 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 235 | 0.93 | 0.60 | 0 | 0.08 | 218.53 | 0.87 | 0.49 |
| Hex | 11 | 5F | EB | 5D | 3C | 0 | 8 | DB | 57 | 31 |
| Octal | 21 | 137 | 353 | 135 | 74 | 0 | 10 | 333 | 127 | 61 |
| Binary | 10001 | 1011111 | 11101011 | 1011101 | 111100 | 0 | 1000 | 11011011 | 1010111 | 110001 |
Color Harmonies of #115FEB
Complementary color
Monochromatic Colors of #115FEB
Black with #115FEB
Text Example
Text Example
White with #115FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FEB; }
p { color: rgb(17,95,235); }
H1.HeaderClassName
{
color: #115FEB;
}
.AnyTagClassName
{
color: #115FEB;
}
</style>
background-color css
<style>
a { background-color: #115FEB; }
a { background-color: rgb(17,95,235); }
div.DivClassName
{
background-color: #115FEB;
}
.BgClassName
{
background-color: #115FEB;
}
</style>
border-color css
<style>
span { border-color: #115FEB; }
span { border-color: rgb(17,95,235); }
td.TdClassName
{
border-color: #115FEB;
}
.TagClassName
{
border-color: #115FEB;
}
</style>