Shades of Navy Blue #1658DD
Tints of Navy Blue #1658DD
RGB
CMYK
RGB Variations
Color information
#1658DD (or 0x1658DD) is known color: Navy Blue. HEX triplet: 16, 58 and DD. RGB value is (22,88,221). Sum of RGB (Red+Green+Blue) = 22+88+221=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #1658DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1658DD is #E9A722. Grayscale: #525252. Windows color (decimal): -15312675 or 14506006. OLE color: 14506006.
HSL color Cylindrical-coordinate representation of color #1658DD: hue angle of 220.1º 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 #1658DD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 88 | 221 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.13 |
| HSL | 220.1º | 0.82% | 0.48% | - |
| HSV(B) | 220.1º | 0.9% | 0.87% | - |
| XYZ | 16.87 | 12.37 | 69.91 | - |
| YUV | 83.43 | 205.63 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 221 | 0.90 | 0.60 | 0 | 0.13 | 220.1 | 0.82 | 0.48 |
| Hex | 16 | 58 | DD | 5A | 3C | 0 | D | DC | 52 | 30 |
| Octal | 26 | 130 | 335 | 132 | 74 | 0 | 15 | 334 | 122 | 60 |
| Binary | 10110 | 1011000 | 11011101 | 1011010 | 111100 | 0 | 1101 | 11011100 | 1010010 | 110000 |
Color Harmonies of #1658DD
Complementary color
Monochromatic Colors of #1658DD
Black with #1658DD
Text Example
Text Example
White with #1658DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1658DD; }
p { color: rgb(22,88,221); }
H1.HeaderClassName
{
color: #1658DD;
}
.AnyTagClassName
{
color: #1658DD;
}
</style>
background-color css
<style>
a { background-color: #1658DD; }
a { background-color: rgb(22,88,221); }
div.DivClassName
{
background-color: #1658DD;
}
.BgClassName
{
background-color: #1658DD;
}
</style>
border-color css
<style>
span { border-color: #1658DD; }
span { border-color: rgb(22,88,221); }
td.TdClassName
{
border-color: #1658DD;
}
.TagClassName
{
border-color: #1658DD;
}
</style>