Shades of Navy Blue #1654EF
Tints of Navy Blue #1654EF
RGB
CMYK
RGB Variations
Color information
#1654EF (or 0x1654EF) is known color: Navy Blue. HEX triplet: 16, 54 and EF. RGB value is (22,84,239). Sum of RGB (Red+Green+Blue) = 22+84+239=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #1654EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654EF is #E9AB10. Grayscale: #525252. Windows color (decimal): -15313681 or 15684630. OLE color: 15684630.
HSL color Cylindrical-coordinate representation of color #1654EF: hue angle of 222.86º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1654EF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 84 | 239 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.06 |
| HSL | 222.86º | 0.87% | 0.51% | - |
| HSV(B) | 222.86º | 0.91% | 0.94% | - |
| XYZ | 19.08 | 12.74 | 83.12 | - |
| YUV | 83.13 | 215.96 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 239 | 0.91 | 0.65 | 0 | 0.06 | 222.86 | 0.87 | 0.51 |
| Hex | 16 | 54 | EF | 5B | 41 | 0 | 6 | DF | 57 | 33 |
| Octal | 26 | 124 | 357 | 133 | 101 | 0 | 6 | 337 | 127 | 63 |
| Binary | 10110 | 1010100 | 11101111 | 1011011 | 1000001 | 0 | 110 | 11011111 | 1010111 | 110011 |
Color Harmonies of #1654EF
Complementary color
Monochromatic Colors of #1654EF
Black with #1654EF
Text Example
Text Example
White with #1654EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654EF; }
p { color: rgb(22,84,239); }
H1.HeaderClassName
{
color: #1654EF;
}
.AnyTagClassName
{
color: #1654EF;
}
</style>
background-color css
<style>
a { background-color: #1654EF; }
a { background-color: rgb(22,84,239); }
div.DivClassName
{
background-color: #1654EF;
}
.BgClassName
{
background-color: #1654EF;
}
</style>
border-color css
<style>
span { border-color: #1654EF; }
span { border-color: rgb(22,84,239); }
td.TdClassName
{
border-color: #1654EF;
}
.TagClassName
{
border-color: #1654EF;
}
</style>