Shades of Navy Blue #1154EF
Tints of Navy Blue #1154EF
RGB
CMYK
RGB Variations
Color information
#1154EF (or 0x1154EF) is known color: Navy Blue. HEX triplet: 11, 54 and EF. RGB value is (17,84,239). Sum of RGB (Red+Green+Blue) = 17+84+239=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #1154EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154EF is #EEAB10. Grayscale: #505050. Windows color (decimal): -15641361 or 15684625. OLE color: 15684625.
HSL color Cylindrical-coordinate representation of color #1154EF: hue angle of 221.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1154EF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 84 | 239 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.06 |
| HSL | 221.89º | 0.87% | 0.5% | - |
| HSV(B) | 221.89º | 0.93% | 0.94% | - |
| XYZ | 18.98 | 12.69 | 83.11 | - |
| YUV | 81.64 | 216.8 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 239 | 0.93 | 0.65 | 0 | 0.06 | 221.89 | 0.87 | 0.5 |
| Hex | 11 | 54 | EF | 5D | 41 | 0 | 6 | DE | 57 | 32 |
| Octal | 21 | 124 | 357 | 135 | 101 | 0 | 6 | 336 | 127 | 62 |
| Binary | 10001 | 1010100 | 11101111 | 1011101 | 1000001 | 0 | 110 | 11011110 | 1010111 | 110010 |
Color Harmonies of #1154EF
Complementary color
Monochromatic Colors of #1154EF
Black with #1154EF
Text Example
Text Example
White with #1154EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154EF; }
p { color: rgb(17,84,239); }
H1.HeaderClassName
{
color: #1154EF;
}
.AnyTagClassName
{
color: #1154EF;
}
</style>
background-color css
<style>
a { background-color: #1154EF; }
a { background-color: rgb(17,84,239); }
div.DivClassName
{
background-color: #1154EF;
}
.BgClassName
{
background-color: #1154EF;
}
</style>
border-color css
<style>
span { border-color: #1154EF; }
span { border-color: rgb(17,84,239); }
td.TdClassName
{
border-color: #1154EF;
}
.TagClassName
{
border-color: #1154EF;
}
</style>