Shades of Navy Blue #1669EF
Tints of Navy Blue #1669EF
RGB
CMYK
RGB Variations
Color information
#1669EF (or 0x1669EF) is known color: Navy Blue. HEX triplet: 16, 69 and EF. RGB value is (22,105,239). Sum of RGB (Red+Green+Blue) = 22+105+239=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #1669EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669EF is #E99610. Grayscale: #5E5E5E. Windows color (decimal): -15308305 or 15690006. OLE color: 15690006.
HSL color Cylindrical-coordinate representation of color #1669EF: hue angle of 217.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1669EF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 105 | 239 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.06 |
| HSL | 217.05º | 0.87% | 0.51% | - |
| HSV(B) | 217.05º | 0.91% | 0.94% | - |
| XYZ | 20.96 | 16.51 | 83.74 | - |
| YUV | 95.46 | 209 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 239 | 0.91 | 0.56 | 0 | 0.06 | 217.05 | 0.87 | 0.51 |
| Hex | 16 | 69 | EF | 5B | 38 | 0 | 6 | D9 | 57 | 33 |
| Octal | 26 | 151 | 357 | 133 | 70 | 0 | 6 | 331 | 127 | 63 |
| Binary | 10110 | 1101001 | 11101111 | 1011011 | 111000 | 0 | 110 | 11011001 | 1010111 | 110011 |
Color Harmonies of #1669EF
Complementary color
Monochromatic Colors of #1669EF
Black with #1669EF
Text Example
Text Example
White with #1669EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669EF; }
p { color: rgb(22,105,239); }
H1.HeaderClassName
{
color: #1669EF;
}
.AnyTagClassName
{
color: #1669EF;
}
</style>
background-color css
<style>
a { background-color: #1669EF; }
a { background-color: rgb(22,105,239); }
div.DivClassName
{
background-color: #1669EF;
}
.BgClassName
{
background-color: #1669EF;
}
</style>
border-color css
<style>
span { border-color: #1669EF; }
span { border-color: rgb(22,105,239); }
td.TdClassName
{
border-color: #1669EF;
}
.TagClassName
{
border-color: #1669EF;
}
</style>