Shades of Navy Blue #1654ED
Tints of Navy Blue #1654ED
RGB
CMYK
RGB Variations
Color information
#1654ED (or 0x1654ED) is known color: Navy Blue. HEX triplet: 16, 54 and ED. RGB value is (22,84,237). Sum of RGB (Red+Green+Blue) = 22+84+237=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #1654ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654ED is #E9AB12. Grayscale: #525252. Windows color (decimal): -15313683 or 15553558. OLE color: 15553558.
HSL color Cylindrical-coordinate representation of color #1654ED: hue angle of 222.7º degrees, saturation: 0.86, 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 #1654ED is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 84 | 237 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.07 |
| HSL | 222.7º | 0.86% | 0.51% | - |
| HSV(B) | 222.7º | 0.91% | 0.93% | - |
| XYZ | 18.79 | 12.63 | 81.57 | - |
| YUV | 82.9 | 214.96 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 237 | 0.91 | 0.65 | 0 | 0.07 | 222.7 | 0.86 | 0.51 |
| Hex | 16 | 54 | ED | 5B | 41 | 0 | 7 | DF | 56 | 33 |
| Octal | 26 | 124 | 355 | 133 | 101 | 0 | 7 | 337 | 126 | 63 |
| Binary | 10110 | 1010100 | 11101101 | 1011011 | 1000001 | 0 | 111 | 11011111 | 1010110 | 110011 |
Color Harmonies of #1654ED
Complementary color
Monochromatic Colors of #1654ED
Black with #1654ED
Text Example
Text Example
White with #1654ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654ED; }
p { color: rgb(22,84,237); }
H1.HeaderClassName
{
color: #1654ED;
}
.AnyTagClassName
{
color: #1654ED;
}
</style>
background-color css
<style>
a { background-color: #1654ED; }
a { background-color: rgb(22,84,237); }
div.DivClassName
{
background-color: #1654ED;
}
.BgClassName
{
background-color: #1654ED;
}
</style>
border-color css
<style>
span { border-color: #1654ED; }
span { border-color: rgb(22,84,237); }
td.TdClassName
{
border-color: #1654ED;
}
.TagClassName
{
border-color: #1654ED;
}
</style>