Shades of Navy Blue #1655E0
Tints of Navy Blue #1655E0
RGB
CMYK
RGB Variations
Color information
#1655E0 (or 0x1655E0) is known color: Navy Blue. HEX triplet: 16, 55 and E0. RGB value is (22,85,224). Sum of RGB (Red+Green+Blue) = 22+85+224=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #1655E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655E0 is #E9AA1F. Grayscale: #515151. Windows color (decimal): -15313440 or 14701846. OLE color: 14701846.
HSL color Cylindrical-coordinate representation of color #1655E0: hue angle of 221.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1655E0 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 85 | 224 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.12 |
| HSL | 221.29º | 0.82% | 0.48% | - |
| HSV(B) | 221.29º | 0.9% | 0.88% | - |
| XYZ | 17.03 | 12.05 | 71.95 | - |
| YUV | 82.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 224 | 0.90 | 0.62 | 0 | 0.12 | 221.29 | 0.82 | 0.48 |
| Hex | 16 | 55 | E0 | 5A | 3E | 0 | C | DD | 52 | 30 |
| Octal | 26 | 125 | 340 | 132 | 76 | 0 | 14 | 335 | 122 | 60 |
| Binary | 10110 | 1010101 | 11100000 | 1011010 | 111110 | 0 | 1100 | 11011101 | 1010010 | 110000 |
Color Harmonies of #1655E0
Complementary color
Monochromatic Colors of #1655E0
Black with #1655E0
Text Example
Text Example
White with #1655E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655E0; }
p { color: rgb(22,85,224); }
H1.HeaderClassName
{
color: #1655E0;
}
.AnyTagClassName
{
color: #1655E0;
}
</style>
background-color css
<style>
a { background-color: #1655E0; }
a { background-color: rgb(22,85,224); }
div.DivClassName
{
background-color: #1655E0;
}
.BgClassName
{
background-color: #1655E0;
}
</style>
border-color css
<style>
span { border-color: #1655E0; }
span { border-color: rgb(22,85,224); }
td.TdClassName
{
border-color: #1655E0;
}
.TagClassName
{
border-color: #1655E0;
}
</style>