Shades of Navy Blue #115EEA
Tints of Navy Blue #115EEA
RGB
CMYK
RGB Variations
Color information
#115EEA (or 0x115EEA) is known color: Navy Blue. HEX triplet: 11, 5E and EA. RGB value is (17,94,234). Sum of RGB (Red+Green+Blue) = 17+94+234=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #115EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EEA is #EEA115. Grayscale: #565656. Windows color (decimal): -15638806 or 15359505. OLE color: 15359505.
HSL color Cylindrical-coordinate representation of color #115EEA: hue angle of 218.71º degrees, saturation: 0.86, 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 #115EEA is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 94 | 234 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.08 |
| HSL | 218.71º | 0.86% | 0.49% | - |
| HSV(B) | 218.71º | 0.93% | 0.92% | - |
| XYZ | 19.09 | 14.07 | 79.55 | - |
| YUV | 86.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 234 | 0.93 | 0.60 | 0 | 0.08 | 218.71 | 0.86 | 0.49 |
| Hex | 11 | 5E | EA | 5D | 3C | 0 | 8 | DB | 56 | 31 |
| Octal | 21 | 136 | 352 | 135 | 74 | 0 | 10 | 333 | 126 | 61 |
| Binary | 10001 | 1011110 | 11101010 | 1011101 | 111100 | 0 | 1000 | 11011011 | 1010110 | 110001 |
Color Harmonies of #115EEA
Complementary color
Monochromatic Colors of #115EEA
Black with #115EEA
Text Example
Text Example
White with #115EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EEA; }
p { color: rgb(17,94,234); }
H1.HeaderClassName
{
color: #115EEA;
}
.AnyTagClassName
{
color: #115EEA;
}
</style>
background-color css
<style>
a { background-color: #115EEA; }
a { background-color: rgb(17,94,234); }
div.DivClassName
{
background-color: #115EEA;
}
.BgClassName
{
background-color: #115EEA;
}
</style>
border-color css
<style>
span { border-color: #115EEA; }
span { border-color: rgb(17,94,234); }
td.TdClassName
{
border-color: #115EEA;
}
.TagClassName
{
border-color: #115EEA;
}
</style>