Shades of Navy Blue #115AE8
Tints of Navy Blue #115AE8
RGB
CMYK
RGB Variations
Color information
#115AE8 (or 0x115AE8) is known color: Navy Blue. HEX triplet: 11, 5A and E8. RGB value is (17,90,232). Sum of RGB (Red+Green+Blue) = 17+90+232=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #115AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AE8 is #EEA517. Grayscale: #535353. Windows color (decimal): -15639832 or 15227409. OLE color: 15227409.
HSL color Cylindrical-coordinate representation of color #115AE8: hue angle of 219.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AE8 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 90 | 232 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.09 |
| HSL | 219.63º | 0.86% | 0.49% | - |
| HSV(B) | 219.63º | 0.93% | 0.91% | - |
| XYZ | 18.45 | 13.26 | 77.93 | - |
| YUV | 84.36 | 211.32 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 232 | 0.93 | 0.61 | 0 | 0.09 | 219.63 | 0.86 | 0.49 |
| Hex | 11 | 5A | E8 | 5D | 3D | 0 | 9 | DC | 56 | 31 |
| Octal | 21 | 132 | 350 | 135 | 75 | 0 | 11 | 334 | 126 | 61 |
| Binary | 10001 | 1011010 | 11101000 | 1011101 | 111101 | 0 | 1001 | 11011100 | 1010110 | 110001 |
Color Harmonies of #115AE8
Complementary color
Monochromatic Colors of #115AE8
Black with #115AE8
Text Example
Text Example
White with #115AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AE8; }
p { color: rgb(17,90,232); }
H1.HeaderClassName
{
color: #115AE8;
}
.AnyTagClassName
{
color: #115AE8;
}
</style>
background-color css
<style>
a { background-color: #115AE8; }
a { background-color: rgb(17,90,232); }
div.DivClassName
{
background-color: #115AE8;
}
.BgClassName
{
background-color: #115AE8;
}
</style>
border-color css
<style>
span { border-color: #115AE8; }
span { border-color: rgb(17,90,232); }
td.TdClassName
{
border-color: #115AE8;
}
.TagClassName
{
border-color: #115AE8;
}
</style>