Shades of Navy Blue #1669DE
Tints of Navy Blue #1669DE
RGB
CMYK
RGB Variations
Color information
#1669DE (or 0x1669DE) is known color: Navy Blue. HEX triplet: 16, 69 and DE. RGB value is (22,105,222). Sum of RGB (Red+Green+Blue) = 22+105+222=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #1669DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669DE is #E99621. Grayscale: #5C5C5C. Windows color (decimal): -15308322 or 14575894. OLE color: 14575894.
HSL color Cylindrical-coordinate representation of color #1669DE: hue angle of 215.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 #1669DE is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 105 | 222 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.13 |
| HSL | 215.1º | 0.82% | 0.48% | - |
| HSV(B) | 215.1º | 0.9% | 0.87% | - |
| XYZ | 18.57 | 15.55 | 71.13 | - |
| YUV | 93.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 222 | 0.90 | 0.53 | 0 | 0.13 | 215.1 | 0.82 | 0.48 |
| Hex | 16 | 69 | DE | 5A | 35 | 0 | D | D7 | 52 | 30 |
| Octal | 26 | 151 | 336 | 132 | 65 | 0 | 15 | 327 | 122 | 60 |
| Binary | 10110 | 1101001 | 11011110 | 1011010 | 110101 | 0 | 1101 | 11010111 | 1010010 | 110000 |
Color Harmonies of #1669DE
Complementary color
Monochromatic Colors of #1669DE
Black with #1669DE
Text Example
Text Example
White with #1669DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669DE; }
p { color: rgb(22,105,222); }
H1.HeaderClassName
{
color: #1669DE;
}
.AnyTagClassName
{
color: #1669DE;
}
</style>
background-color css
<style>
a { background-color: #1669DE; }
a { background-color: rgb(22,105,222); }
div.DivClassName
{
background-color: #1669DE;
}
.BgClassName
{
background-color: #1669DE;
}
</style>
border-color css
<style>
span { border-color: #1669DE; }
span { border-color: rgb(22,105,222); }
td.TdClassName
{
border-color: #1669DE;
}
.TagClassName
{
border-color: #1669DE;
}
</style>