Shades of Navy Blue #1669DA
Tints of Navy Blue #1669DA
RGB
CMYK
RGB Variations
Color information
#1669DA (or 0x1669DA) is known color: Navy Blue. HEX triplet: 16, 69 and DA. RGB value is (22,105,218). Sum of RGB (Red+Green+Blue) = 22+105+218=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #1669DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669DA is #E99625. Grayscale: #5C5C5C. Windows color (decimal): -15308326 or 14313750. OLE color: 14313750.
HSL color Cylindrical-coordinate representation of color #1669DA: hue angle of 214.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1669DA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 105 | 218 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.15 |
| HSL | 214.59º | 0.82% | 0.47% | - |
| HSV(B) | 214.59º | 0.9% | 0.85% | - |
| XYZ | 18.04 | 15.34 | 68.34 | - |
| YUV | 93.07 | 198.5 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 218 | 0.90 | 0.52 | 0 | 0.15 | 214.59 | 0.82 | 0.47 |
| Hex | 16 | 69 | DA | 5A | 34 | 0 | F | D7 | 52 | 2F |
| Octal | 26 | 151 | 332 | 132 | 64 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10110 | 1101001 | 11011010 | 1011010 | 110100 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1669DA
Complementary color
Monochromatic Colors of #1669DA
Black with #1669DA
Text Example
Text Example
White with #1669DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669DA; }
p { color: rgb(22,105,218); }
H1.HeaderClassName
{
color: #1669DA;
}
.AnyTagClassName
{
color: #1669DA;
}
</style>
background-color css
<style>
a { background-color: #1669DA; }
a { background-color: rgb(22,105,218); }
div.DivClassName
{
background-color: #1669DA;
}
.BgClassName
{
background-color: #1669DA;
}
</style>
border-color css
<style>
span { border-color: #1669DA; }
span { border-color: rgb(22,105,218); }
td.TdClassName
{
border-color: #1669DA;
}
.TagClassName
{
border-color: #1669DA;
}
</style>