Shades of Navy Blue #1676DA
Tints of Navy Blue #1676DA
RGB
CMYK
RGB Variations
Color information
#1676DA (or 0x1676DA) is known color: Navy Blue. HEX triplet: 16, 76 and DA. RGB value is (22,118,218). Sum of RGB (Red+Green+Blue) = 22+118+218=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #1676DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676DA is #E98925. Grayscale: #646464. Windows color (decimal): -15304998 or 14317078. OLE color: 14317078.
HSL color Cylindrical-coordinate representation of color #1676DA: hue angle of 210.61º 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 #1676DA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 118 | 218 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.15 |
| HSL | 210.61º | 0.82% | 0.47% | - |
| HSV(B) | 210.61º | 0.9% | 0.85% | - |
| XYZ | 19.46 | 18.19 | 68.81 | - |
| YUV | 100.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 218 | 0.90 | 0.46 | 0 | 0.15 | 210.61 | 0.82 | 0.47 |
| Hex | 16 | 76 | DA | 5A | 2E | 0 | F | D3 | 52 | 2F |
| Octal | 26 | 166 | 332 | 132 | 56 | 0 | 17 | 323 | 122 | 57 |
| Binary | 10110 | 1110110 | 11011010 | 1011010 | 101110 | 0 | 1111 | 11010011 | 1010010 | 101111 |
Color Harmonies of #1676DA
Complementary color
Monochromatic Colors of #1676DA
Black with #1676DA
Text Example
Text Example
White with #1676DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1676DA; }
p { color: rgb(22,118,218); }
H1.HeaderClassName
{
color: #1676DA;
}
.AnyTagClassName
{
color: #1676DA;
}
</style>
background-color css
<style>
a { background-color: #1676DA; }
a { background-color: rgb(22,118,218); }
div.DivClassName
{
background-color: #1676DA;
}
.BgClassName
{
background-color: #1676DA;
}
</style>
border-color css
<style>
span { border-color: #1676DA; }
span { border-color: rgb(22,118,218); }
td.TdClassName
{
border-color: #1676DA;
}
.TagClassName
{
border-color: #1676DA;
}
</style>