Shades of Navy Blue #1669E5
Tints of Navy Blue #1669E5
RGB
CMYK
RGB Variations
Color information
#1669E5 (or 0x1669E5) is known color: Navy Blue. HEX triplet: 16, 69 and E5. RGB value is (22,105,229). Sum of RGB (Red+Green+Blue) = 22+105+229=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #1669E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669E5 is #E9961A. Grayscale: #5D5D5D. Windows color (decimal): -15308315 or 15034646. OLE color: 15034646.
HSL color Cylindrical-coordinate representation of color #1669E5: hue angle of 215.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1669E5 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 105 | 229 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.10 |
| HSL | 215.94º | 0.82% | 0.49% | - |
| HSV(B) | 215.94º | 0.9% | 0.9% | - |
| XYZ | 19.53 | 15.93 | 76.17 | - |
| YUV | 94.32 | 204 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 229 | 0.90 | 0.54 | 0 | 0.10 | 215.94 | 0.82 | 0.49 |
| Hex | 16 | 69 | E5 | 5A | 36 | 0 | A | D8 | 52 | 31 |
| Octal | 26 | 151 | 345 | 132 | 66 | 0 | 12 | 330 | 122 | 61 |
| Binary | 10110 | 1101001 | 11100101 | 1011010 | 110110 | 0 | 1010 | 11011000 | 1010010 | 110001 |
Color Harmonies of #1669E5
Complementary color
Monochromatic Colors of #1669E5
Black with #1669E5
Text Example
Text Example
White with #1669E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669E5; }
p { color: rgb(22,105,229); }
H1.HeaderClassName
{
color: #1669E5;
}
.AnyTagClassName
{
color: #1669E5;
}
</style>
background-color css
<style>
a { background-color: #1669E5; }
a { background-color: rgb(22,105,229); }
div.DivClassName
{
background-color: #1669E5;
}
.BgClassName
{
background-color: #1669E5;
}
</style>
border-color css
<style>
span { border-color: #1669E5; }
span { border-color: rgb(22,105,229); }
td.TdClassName
{
border-color: #1669E5;
}
.TagClassName
{
border-color: #1669E5;
}
</style>