Shades of Navy Blue #1156E1
Tints of Navy Blue #1156E1
RGB
CMYK
RGB Variations
Color information
#1156E1 (or 0x1156E1) is known color: Navy Blue. HEX triplet: 11, 56 and E1. RGB value is (17,86,225). Sum of RGB (Red+Green+Blue) = 17+86+225=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #1156E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156E1 is #EEA91E. Grayscale: #505050. Windows color (decimal): -15640863 or 14767633. OLE color: 14767633.
HSL color Cylindrical-coordinate representation of color #1156E1: hue angle of 220.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1156E1 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 86 | 225 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.12 |
| HSL | 220.1º | 0.86% | 0.47% | - |
| HSV(B) | 220.1º | 0.92% | 0.88% | - |
| XYZ | 17.15 | 12.21 | 72.69 | - |
| YUV | 81.22 | 209.14 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 225 | 0.92 | 0.62 | 0 | 0.12 | 220.1 | 0.86 | 0.47 |
| Hex | 11 | 56 | E1 | 5C | 3E | 0 | C | DC | 56 | 2F |
| Octal | 21 | 126 | 341 | 134 | 76 | 0 | 14 | 334 | 126 | 57 |
| Binary | 10001 | 1010110 | 11100001 | 1011100 | 111110 | 0 | 1100 | 11011100 | 1010110 | 101111 |
Color Harmonies of #1156E1
Complementary color
Monochromatic Colors of #1156E1
Black with #1156E1
Text Example
Text Example
White with #1156E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1156E1; }
p { color: rgb(17,86,225); }
H1.HeaderClassName
{
color: #1156E1;
}
.AnyTagClassName
{
color: #1156E1;
}
</style>
background-color css
<style>
a { background-color: #1156E1; }
a { background-color: rgb(17,86,225); }
div.DivClassName
{
background-color: #1156E1;
}
.BgClassName
{
background-color: #1156E1;
}
</style>
border-color css
<style>
span { border-color: #1156E1; }
span { border-color: rgb(17,86,225); }
td.TdClassName
{
border-color: #1156E1;
}
.TagClassName
{
border-color: #1156E1;
}
</style>