Shades of Navy Blue #1669EC
Tints of Navy Blue #1669EC
RGB
CMYK
RGB Variations
Color information
#1669EC (or 0x1669EC) is known color: Navy Blue. HEX triplet: 16, 69 and EC. RGB value is (22,105,236). Sum of RGB (Red+Green+Blue) = 22+105+236=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #1669EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669EC is #E99613. Grayscale: #5E5E5E. Windows color (decimal): -15308308 or 15493398. OLE color: 15493398.
HSL color Cylindrical-coordinate representation of color #1669EC: hue angle of 216.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1669EC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 105 | 236 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.07 |
| HSL | 216.73º | 0.85% | 0.51% | - |
| HSV(B) | 216.73º | 0.91% | 0.93% | - |
| XYZ | 20.52 | 16.33 | 81.43 | - |
| YUV | 95.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 236 | 0.91 | 0.56 | 0 | 0.07 | 216.73 | 0.85 | 0.51 |
| Hex | 16 | 69 | EC | 5B | 38 | 0 | 7 | D9 | 55 | 33 |
| Octal | 26 | 151 | 354 | 133 | 70 | 0 | 7 | 331 | 125 | 63 |
| Binary | 10110 | 1101001 | 11101100 | 1011011 | 111000 | 0 | 111 | 11011001 | 1010101 | 110011 |
Color Harmonies of #1669EC
Complementary color
Monochromatic Colors of #1669EC
Black with #1669EC
Text Example
Text Example
White with #1669EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669EC; }
p { color: rgb(22,105,236); }
H1.HeaderClassName
{
color: #1669EC;
}
.AnyTagClassName
{
color: #1669EC;
}
</style>
background-color css
<style>
a { background-color: #1669EC; }
a { background-color: rgb(22,105,236); }
div.DivClassName
{
background-color: #1669EC;
}
.BgClassName
{
background-color: #1669EC;
}
</style>
border-color css
<style>
span { border-color: #1669EC; }
span { border-color: rgb(22,105,236); }
td.TdClassName
{
border-color: #1669EC;
}
.TagClassName
{
border-color: #1669EC;
}
</style>