Shades of Navy Blue #1148EE
Tints of Navy Blue #1148EE
RGB
CMYK
RGB Variations
Color information
#1148EE (or 0x1148EE) is known color: Navy Blue. HEX triplet: 11, 48 and EE. RGB value is (17,72,238). Sum of RGB (Red+Green+Blue) = 17+72+238=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #1148EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1148EE is #EEB711. Grayscale: #494949. Windows color (decimal): -15644434 or 15616017. OLE color: 15616017.
HSL color Cylindrical-coordinate representation of color #1148EE: hue angle of 225.07º 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 #1148EE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 72 | 238 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.07 |
| HSL | 225.07º | 0.87% | 0.5% | - |
| HSV(B) | 225.07º | 0.93% | 0.93% | - |
| XYZ | 17.98 | 10.93 | 82.05 | - |
| YUV | 74.48 | 220.28 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 238 | 0.93 | 0.70 | 0 | 0.07 | 225.07 | 0.87 | 0.5 |
| Hex | 11 | 48 | EE | 5D | 46 | 0 | 7 | E1 | 57 | 32 |
| Octal | 21 | 110 | 356 | 135 | 106 | 0 | 7 | 341 | 127 | 62 |
| Binary | 10001 | 1001000 | 11101110 | 1011101 | 1000110 | 0 | 111 | 11100001 | 1010111 | 110010 |
Color Harmonies of #1148EE
Complementary color
Monochromatic Colors of #1148EE
Black with #1148EE
Text Example
Text Example
White with #1148EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1148EE; }
p { color: rgb(17,72,238); }
H1.HeaderClassName
{
color: #1148EE;
}
.AnyTagClassName
{
color: #1148EE;
}
</style>
background-color css
<style>
a { background-color: #1148EE; }
a { background-color: rgb(17,72,238); }
div.DivClassName
{
background-color: #1148EE;
}
.BgClassName
{
background-color: #1148EE;
}
</style>
border-color css
<style>
span { border-color: #1148EE; }
span { border-color: rgb(17,72,238); }
td.TdClassName
{
border-color: #1148EE;
}
.TagClassName
{
border-color: #1148EE;
}
</style>