Shades of Navy Blue #1679DD
Tints of Navy Blue #1679DD
RGB
CMYK
RGB Variations
Color information
#1679DD (or 0x1679DD) is known color: Navy Blue. HEX triplet: 16, 79 and DD. RGB value is (22,121,221). Sum of RGB (Red+Green+Blue) = 22+121+221=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #1679DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1679DD is #E98622. Grayscale: #666666. Windows color (decimal): -15304227 or 14514454. OLE color: 14514454.
HSL color Cylindrical-coordinate representation of color #1679DD: hue angle of 210.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1679DD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 121 | 221 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.13 |
| HSL | 210.15º | 0.82% | 0.48% | - |
| HSV(B) | 210.15º | 0.9% | 0.87% | - |
| XYZ | 20.22 | 19.07 | 71.02 | - |
| YUV | 102.8 | 194.7 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 221 | 0.90 | 0.45 | 0 | 0.13 | 210.15 | 0.82 | 0.48 |
| Hex | 16 | 79 | DD | 5A | 2D | 0 | D | D2 | 52 | 30 |
| Octal | 26 | 171 | 335 | 132 | 55 | 0 | 15 | 322 | 122 | 60 |
| Binary | 10110 | 1111001 | 11011101 | 1011010 | 101101 | 0 | 1101 | 11010010 | 1010010 | 110000 |
Color Harmonies of #1679DD
Complementary color
Monochromatic Colors of #1679DD
Black with #1679DD
Text Example
Text Example
White with #1679DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679DD; }
p { color: rgb(22,121,221); }
H1.HeaderClassName
{
color: #1679DD;
}
.AnyTagClassName
{
color: #1679DD;
}
</style>
background-color css
<style>
a { background-color: #1679DD; }
a { background-color: rgb(22,121,221); }
div.DivClassName
{
background-color: #1679DD;
}
.BgClassName
{
background-color: #1679DD;
}
</style>
border-color css
<style>
span { border-color: #1679DD; }
span { border-color: rgb(22,121,221); }
td.TdClassName
{
border-color: #1679DD;
}
.TagClassName
{
border-color: #1679DD;
}
</style>