Shades of Navy Blue #1669E9
Tints of Navy Blue #1669E9
RGB
CMYK
RGB Variations
Color information
#1669E9 (or 0x1669E9) is known color: Navy Blue. HEX triplet: 16, 69 and E9. RGB value is (22,105,233). Sum of RGB (Red+Green+Blue) = 22+105+233=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #1669E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669E9 is #E99616. Grayscale: #5E5E5E. Windows color (decimal): -15308311 or 15296790. OLE color: 15296790.
HSL color Cylindrical-coordinate representation of color #1669E9: hue angle of 216.4º 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 #1669E9 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 105 | 233 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.09 |
| HSL | 216.4º | 0.83% | 0.5% | - |
| HSV(B) | 216.4º | 0.91% | 0.91% | - |
| XYZ | 20.09 | 16.16 | 79.15 | - |
| YUV | 94.78 | 206 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 233 | 0.91 | 0.55 | 0 | 0.09 | 216.4 | 0.83 | 0.5 |
| Hex | 16 | 69 | E9 | 5B | 37 | 0 | 9 | D8 | 53 | 32 |
| Octal | 26 | 151 | 351 | 133 | 67 | 0 | 11 | 330 | 123 | 62 |
| Binary | 10110 | 1101001 | 11101001 | 1011011 | 110111 | 0 | 1001 | 11011000 | 1010011 | 110010 |
Color Harmonies of #1669E9
Complementary color
Monochromatic Colors of #1669E9
Black with #1669E9
Text Example
Text Example
White with #1669E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669E9; }
p { color: rgb(22,105,233); }
H1.HeaderClassName
{
color: #1669E9;
}
.AnyTagClassName
{
color: #1669E9;
}
</style>
background-color css
<style>
a { background-color: #1669E9; }
a { background-color: rgb(22,105,233); }
div.DivClassName
{
background-color: #1669E9;
}
.BgClassName
{
background-color: #1669E9;
}
</style>
border-color css
<style>
span { border-color: #1669E9; }
span { border-color: rgb(22,105,233); }
td.TdClassName
{
border-color: #1669E9;
}
.TagClassName
{
border-color: #1669E9;
}
</style>