Shades of Navy Blue #1655E9
Tints of Navy Blue #1655E9
RGB
CMYK
RGB Variations
Color information
#1655E9 (or 0x1655E9) is known color: Navy Blue. HEX triplet: 16, 55 and E9. RGB value is (22,85,233). Sum of RGB (Red+Green+Blue) = 22+85+233=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 233 (91.41% from 255 or 68.53% from 340); Max value from RGB is 233 - color contains mainly: blue. Hex color #1655E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1655E9 is #E9AA16. Grayscale: #525252. Windows color (decimal): -15313431 or 15291670. OLE color: 15291670.
HSL color Cylindrical-coordinate representation of color #1655E9: hue angle of 222.09º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1655E9 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 85 | 233 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.09 |
| HSL | 222.09º | 0.83% | 0.5% | - |
| HSV(B) | 222.09º | 0.91% | 0.91% | - |
| XYZ | 18.29 | 12.55 | 78.55 | - |
| YUV | 83.04 | 212.63 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 233 | 0.91 | 0.64 | 0 | 0.09 | 222.09 | 0.83 | 0.5 |
| Hex | 16 | 55 | E9 | 5B | 40 | 0 | 9 | DE | 53 | 32 |
| Octal | 26 | 125 | 351 | 133 | 100 | 0 | 11 | 336 | 123 | 62 |
| Binary | 10110 | 1010101 | 11101001 | 1011011 | 1000000 | 0 | 1001 | 11011110 | 1010011 | 110010 |
Color Harmonies of #1655E9
Complementary color
Monochromatic Colors of #1655E9
Black with #1655E9
Text Example
Text Example
White with #1655E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655E9; }
p { color: rgb(22,85,233); }
H1.HeaderClassName
{
color: #1655E9;
}
.AnyTagClassName
{
color: #1655E9;
}
</style>
background-color css
<style>
a { background-color: #1655E9; }
a { background-color: rgb(22,85,233); }
div.DivClassName
{
background-color: #1655E9;
}
.BgClassName
{
background-color: #1655E9;
}
</style>
border-color css
<style>
span { border-color: #1655E9; }
span { border-color: rgb(22,85,233); }
td.TdClassName
{
border-color: #1655E9;
}
.TagClassName
{
border-color: #1655E9;
}
</style>