Shades of Navy Blue #115AEE
Tints of Navy Blue #115AEE
RGB
CMYK
RGB Variations
Color information
#115AEE (or 0x115AEE) is known color: Navy Blue. HEX triplet: 11, 5A and EE. RGB value is (17,90,238). Sum of RGB (Red+Green+Blue) = 17+90+238=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #115AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AEE is #EEA511. Grayscale: #545454. Windows color (decimal): -15639826 or 15620625. OLE color: 15620625.
HSL color Cylindrical-coordinate representation of color #115AEE: hue angle of 220.18º 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 #115AEE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 90 | 238 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.07 |
| HSL | 220.18º | 0.87% | 0.5% | - |
| HSV(B) | 220.18º | 0.93% | 0.93% | - |
| XYZ | 19.32 | 13.6 | 82.5 | - |
| YUV | 85.05 | 214.32 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 238 | 0.93 | 0.62 | 0 | 0.07 | 220.18 | 0.87 | 0.5 |
| Hex | 11 | 5A | EE | 5D | 3E | 0 | 7 | DC | 57 | 32 |
| Octal | 21 | 132 | 356 | 135 | 76 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10001 | 1011010 | 11101110 | 1011101 | 111110 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #115AEE
Complementary color
Monochromatic Colors of #115AEE
Black with #115AEE
Text Example
Text Example
White with #115AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AEE; }
p { color: rgb(17,90,238); }
H1.HeaderClassName
{
color: #115AEE;
}
.AnyTagClassName
{
color: #115AEE;
}
</style>
background-color css
<style>
a { background-color: #115AEE; }
a { background-color: rgb(17,90,238); }
div.DivClassName
{
background-color: #115AEE;
}
.BgClassName
{
background-color: #115AEE;
}
</style>
border-color css
<style>
span { border-color: #115AEE; }
span { border-color: rgb(17,90,238); }
td.TdClassName
{
border-color: #115AEE;
}
.TagClassName
{
border-color: #115AEE;
}
</style>