Shades of Navy Blue #1149EC
Tints of Navy Blue #1149EC
RGB
CMYK
RGB Variations
Color information
#1149EC (or 0x1149EC) is known color: Navy Blue. HEX triplet: 11, 49 and EC. RGB value is (17,73,236). Sum of RGB (Red+Green+Blue) = 17+73+236=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #1149EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149EC is #EEB613. Grayscale: #4A4A4A. Windows color (decimal): -15644180 or 15485201. OLE color: 15485201.
HSL color Cylindrical-coordinate representation of color #1149EC: hue angle of 224.66º 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 #1149EC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 73 | 236 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.07 |
| HSL | 224.66º | 0.87% | 0.5% | - |
| HSV(B) | 224.66º | 0.93% | 0.93% | - |
| XYZ | 17.75 | 10.94 | 80.53 | - |
| YUV | 74.84 | 218.95 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 236 | 0.93 | 0.69 | 0 | 0.07 | 224.66 | 0.87 | 0.5 |
| Hex | 11 | 49 | EC | 5D | 45 | 0 | 7 | E1 | 57 | 32 |
| Octal | 21 | 111 | 354 | 135 | 105 | 0 | 7 | 341 | 127 | 62 |
| Binary | 10001 | 1001001 | 11101100 | 1011101 | 1000101 | 0 | 111 | 11100001 | 1010111 | 110010 |
Color Harmonies of #1149EC
Complementary color
Monochromatic Colors of #1149EC
Black with #1149EC
Text Example
Text Example
White with #1149EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149EC; }
p { color: rgb(17,73,236); }
H1.HeaderClassName
{
color: #1149EC;
}
.AnyTagClassName
{
color: #1149EC;
}
</style>
background-color css
<style>
a { background-color: #1149EC; }
a { background-color: rgb(17,73,236); }
div.DivClassName
{
background-color: #1149EC;
}
.BgClassName
{
background-color: #1149EC;
}
</style>
border-color css
<style>
span { border-color: #1149EC; }
span { border-color: rgb(17,73,236); }
td.TdClassName
{
border-color: #1149EC;
}
.TagClassName
{
border-color: #1149EC;
}
</style>