Shades of Navy Blue #1148EC
Tints of Navy Blue #1148EC
RGB
CMYK
RGB Variations
Color information
#1148EC (or 0x1148EC) is known color: Navy Blue. HEX triplet: 11, 48 and EC. RGB value is (17,72,236). Sum of RGB (Red+Green+Blue) = 17+72+236=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #1148EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1148EC is #EEB713. Grayscale: #494949. Windows color (decimal): -15644436 or 15484945. OLE color: 15484945.
HSL color Cylindrical-coordinate representation of color #1148EC: hue angle of 224.93º 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 #1148EC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 72 | 236 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.07 |
| HSL | 224.93º | 0.87% | 0.5% | - |
| HSV(B) | 224.93º | 0.93% | 0.93% | - |
| XYZ | 17.69 | 10.81 | 80.51 | - |
| YUV | 74.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 236 | 0.93 | 0.69 | 0 | 0.07 | 224.93 | 0.87 | 0.5 |
| Hex | 11 | 48 | EC | 5D | 45 | 0 | 7 | E1 | 57 | 32 |
| Octal | 21 | 110 | 354 | 135 | 105 | 0 | 7 | 341 | 127 | 62 |
| Binary | 10001 | 1001000 | 11101100 | 1011101 | 1000101 | 0 | 111 | 11100001 | 1010111 | 110010 |
Color Harmonies of #1148EC
Complementary color
Monochromatic Colors of #1148EC
Black with #1148EC
Text Example
Text Example
White with #1148EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1148EC; }
p { color: rgb(17,72,236); }
H1.HeaderClassName
{
color: #1148EC;
}
.AnyTagClassName
{
color: #1148EC;
}
</style>
background-color css
<style>
a { background-color: #1148EC; }
a { background-color: rgb(17,72,236); }
div.DivClassName
{
background-color: #1148EC;
}
.BgClassName
{
background-color: #1148EC;
}
</style>
border-color css
<style>
span { border-color: #1148EC; }
span { border-color: rgb(17,72,236); }
td.TdClassName
{
border-color: #1148EC;
}
.TagClassName
{
border-color: #1148EC;
}
</style>