Shades of Navy Blue #1668DA
Tints of Navy Blue #1668DA
RGB
CMYK
RGB Variations
Color information
#1668DA (or 0x1668DA) is known color: Navy Blue. HEX triplet: 16, 68 and DA. RGB value is (22,104,218). Sum of RGB (Red+Green+Blue) = 22+104+218=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #1668DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1668DA is #E99725. Grayscale: #5B5B5B. Windows color (decimal): -15308582 or 14313494. OLE color: 14313494.
HSL color Cylindrical-coordinate representation of color #1668DA: hue angle of 214.9º 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 #1668DA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 104 | 218 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.15 |
| HSL | 214.9º | 0.82% | 0.47% | - |
| HSV(B) | 214.9º | 0.9% | 0.85% | - |
| XYZ | 17.94 | 15.13 | 68.31 | - |
| YUV | 92.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 218 | 0.90 | 0.52 | 0 | 0.15 | 214.9 | 0.82 | 0.47 |
| Hex | 16 | 68 | DA | 5A | 34 | 0 | F | D7 | 52 | 2F |
| Octal | 26 | 150 | 332 | 132 | 64 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10110 | 1101000 | 11011010 | 1011010 | 110100 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1668DA
Complementary color
Monochromatic Colors of #1668DA
Black with #1668DA
Text Example
Text Example
White with #1668DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668DA; }
p { color: rgb(22,104,218); }
H1.HeaderClassName
{
color: #1668DA;
}
.AnyTagClassName
{
color: #1668DA;
}
</style>
background-color css
<style>
a { background-color: #1668DA; }
a { background-color: rgb(22,104,218); }
div.DivClassName
{
background-color: #1668DA;
}
.BgClassName
{
background-color: #1668DA;
}
</style>
border-color css
<style>
span { border-color: #1668DA; }
span { border-color: rgb(22,104,218); }
td.TdClassName
{
border-color: #1668DA;
}
.TagClassName
{
border-color: #1668DA;
}
</style>