Shades of Navy Blue #1659DD
Tints of Navy Blue #1659DD
RGB
CMYK
RGB Variations
Color information
#1659DD (or 0x1659DD) is known color: Navy Blue. HEX triplet: 16, 59 and DD. RGB value is (22,89,221). Sum of RGB (Red+Green+Blue) = 22+89+221=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #1659DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659DD is #E9A622. Grayscale: #535353. Windows color (decimal): -15312419 or 14506262. OLE color: 14506262.
HSL color Cylindrical-coordinate representation of color #1659DD: hue angle of 219.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1659DD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 89 | 221 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.13 |
| HSL | 219.8º | 0.82% | 0.48% | - |
| HSV(B) | 219.8º | 0.9% | 0.87% | - |
| XYZ | 16.95 | 12.54 | 69.93 | - |
| YUV | 84.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 221 | 0.90 | 0.60 | 0 | 0.13 | 219.8 | 0.82 | 0.48 |
| Hex | 16 | 59 | DD | 5A | 3C | 0 | D | DC | 52 | 30 |
| Octal | 26 | 131 | 335 | 132 | 74 | 0 | 15 | 334 | 122 | 60 |
| Binary | 10110 | 1011001 | 11011101 | 1011010 | 111100 | 0 | 1101 | 11011100 | 1010010 | 110000 |
Color Harmonies of #1659DD
Complementary color
Monochromatic Colors of #1659DD
Black with #1659DD
Text Example
Text Example
White with #1659DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659DD; }
p { color: rgb(22,89,221); }
H1.HeaderClassName
{
color: #1659DD;
}
.AnyTagClassName
{
color: #1659DD;
}
</style>
background-color css
<style>
a { background-color: #1659DD; }
a { background-color: rgb(22,89,221); }
div.DivClassName
{
background-color: #1659DD;
}
.BgClassName
{
background-color: #1659DD;
}
</style>
border-color css
<style>
span { border-color: #1659DD; }
span { border-color: rgb(22,89,221); }
td.TdClassName
{
border-color: #1659DD;
}
.TagClassName
{
border-color: #1659DD;
}
</style>