Shades of Navy Blue #1654EC
Tints of Navy Blue #1654EC
RGB
CMYK
RGB Variations
Color information
#1654EC (or 0x1654EC) is known color: Navy Blue. HEX triplet: 16, 54 and EC. RGB value is (22,84,236). Sum of RGB (Red+Green+Blue) = 22+84+236=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #1654EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654EC is #E9AB13. Grayscale: #525252. Windows color (decimal): -15313684 or 15488022. OLE color: 15488022.
HSL color Cylindrical-coordinate representation of color #1654EC: hue angle of 222.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1654EC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 84 | 236 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.07 |
| HSL | 222.62º | 0.85% | 0.51% | - |
| HSV(B) | 222.62º | 0.91% | 0.93% | - |
| XYZ | 18.64 | 12.57 | 80.8 | - |
| YUV | 82.79 | 214.46 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 236 | 0.91 | 0.64 | 0 | 0.07 | 222.62 | 0.85 | 0.51 |
| Hex | 16 | 54 | EC | 5B | 40 | 0 | 7 | DF | 55 | 33 |
| Octal | 26 | 124 | 354 | 133 | 100 | 0 | 7 | 337 | 125 | 63 |
| Binary | 10110 | 1010100 | 11101100 | 1011011 | 1000000 | 0 | 111 | 11011111 | 1010101 | 110011 |
Color Harmonies of #1654EC
Complementary color
Monochromatic Colors of #1654EC
Black with #1654EC
Text Example
Text Example
White with #1654EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654EC; }
p { color: rgb(22,84,236); }
H1.HeaderClassName
{
color: #1654EC;
}
.AnyTagClassName
{
color: #1654EC;
}
</style>
background-color css
<style>
a { background-color: #1654EC; }
a { background-color: rgb(22,84,236); }
div.DivClassName
{
background-color: #1654EC;
}
.BgClassName
{
background-color: #1654EC;
}
</style>
border-color css
<style>
span { border-color: #1654EC; }
span { border-color: rgb(22,84,236); }
td.TdClassName
{
border-color: #1654EC;
}
.TagClassName
{
border-color: #1654EC;
}
</style>