Shades of Navy Blue #1677DC
Tints of Navy Blue #1677DC
RGB
CMYK
RGB Variations
Color information
#1677DC (or 0x1677DC) is known color: Navy Blue. HEX triplet: 16, 77 and DC. RGB value is (22,119,220). Sum of RGB (Red+Green+Blue) = 22+119+220=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #1677DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677DC is #E98823. Grayscale: #656565. Windows color (decimal): -15304740 or 14448406. OLE color: 14448406.
HSL color Cylindrical-coordinate representation of color #1677DC: hue angle of 210.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1677DC is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 119 | 220 | - |
| CMYK | 0.9 | 0.46 | 0 | 0.14 |
| HSL | 210.61º | 0.82% | 0.47% | - |
| HSV(B) | 210.61º | 0.9% | 0.86% | - |
| XYZ | 19.85 | 18.53 | 70.24 | - |
| YUV | 101.51 | 194.86 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 220 | 0.9 | 0.46 | 0 | 0.14 | 210.61 | 0.82 | 0.47 |
| Hex | 16 | 77 | DC | 5A | 2E | 0 | E | D3 | 52 | 2F |
| Octal | 26 | 167 | 334 | 132 | 56 | 0 | 16 | 323 | 122 | 57 |
| Binary | 10110 | 1110111 | 11011100 | 1011010 | 101110 | 0 | 1110 | 11010011 | 1010010 | 101111 |
Color Harmonies of #1677DC
Complementary color
Monochromatic Colors of #1677DC
Black with #1677DC
Text Example
Text Example
White with #1677DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1677DC; }
p { color: rgb(22,119,220); }
H1.HeaderClassName
{
color: #1677DC;
}
.AnyTagClassName
{
color: #1677DC;
}
</style>
background-color css
<style>
a { background-color: #1677DC; }
a { background-color: rgb(22,119,220); }
div.DivClassName
{
background-color: #1677DC;
}
.BgClassName
{
background-color: #1677DC;
}
</style>
border-color css
<style>
span { border-color: #1677DC; }
span { border-color: rgb(22,119,220); }
td.TdClassName
{
border-color: #1677DC;
}
.TagClassName
{
border-color: #1677DC;
}
</style>