Shades of Navy Blue #1654E4
Tints of Navy Blue #1654E4
RGB
CMYK
RGB Variations
Color information
#1654E4 (or 0x1654E4) is known color: Navy Blue. HEX triplet: 16, 54 and E4. RGB value is (22,84,228). Sum of RGB (Red+Green+Blue) = 22+84+228=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #1654E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1654E4 is #E9AB1B. Grayscale: #515151. Windows color (decimal): -15313692 or 14963734. OLE color: 14963734.
HSL color Cylindrical-coordinate representation of color #1654E4: hue angle of 221.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1654E4 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 84 | 228 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.11 |
| HSL | 221.94º | 0.82% | 0.49% | - |
| HSV(B) | 221.94º | 0.9% | 0.89% | - |
| XYZ | 17.5 | 12.11 | 74.81 | - |
| YUV | 81.88 | 210.46 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 228 | 0.90 | 0.63 | 0 | 0.11 | 221.94 | 0.82 | 0.49 |
| Hex | 16 | 54 | E4 | 5A | 3F | 0 | B | DE | 52 | 31 |
| Octal | 26 | 124 | 344 | 132 | 77 | 0 | 13 | 336 | 122 | 61 |
| Binary | 10110 | 1010100 | 11100100 | 1011010 | 111111 | 0 | 1011 | 11011110 | 1010010 | 110001 |
Color Harmonies of #1654E4
Complementary color
Monochromatic Colors of #1654E4
Black with #1654E4
Text Example
Text Example
White with #1654E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654E4; }
p { color: rgb(22,84,228); }
H1.HeaderClassName
{
color: #1654E4;
}
.AnyTagClassName
{
color: #1654E4;
}
</style>
background-color css
<style>
a { background-color: #1654E4; }
a { background-color: rgb(22,84,228); }
div.DivClassName
{
background-color: #1654E4;
}
.BgClassName
{
background-color: #1654E4;
}
</style>
border-color css
<style>
span { border-color: #1654E4; }
span { border-color: rgb(22,84,228); }
td.TdClassName
{
border-color: #1654E4;
}
.TagClassName
{
border-color: #1654E4;
}
</style>