Shades of Navy Blue #1676DB
Tints of Navy Blue #1676DB
RGB
CMYK
RGB Variations
Color information
#1676DB (or 0x1676DB) is known color: Navy Blue. HEX triplet: 16, 76 and DB. RGB value is (22,118,219). Sum of RGB (Red+Green+Blue) = 22+118+219=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #1676DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676DB is #E98924. Grayscale: #646464. Windows color (decimal): -15304997 or 14382614. OLE color: 14382614.
HSL color Cylindrical-coordinate representation of color #1676DB: hue angle of 210.76º 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 #1676DB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 118 | 219 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.14 |
| HSL | 210.76º | 0.82% | 0.47% | - |
| HSV(B) | 210.76º | 0.9% | 0.86% | - |
| XYZ | 19.6 | 18.24 | 69.51 | - |
| YUV | 100.81 | 194.7 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 219 | 0.90 | 0.46 | 0 | 0.14 | 210.76 | 0.82 | 0.47 |
| Hex | 16 | 76 | DB | 5A | 2E | 0 | E | D3 | 52 | 2F |
| Octal | 26 | 166 | 333 | 132 | 56 | 0 | 16 | 323 | 122 | 57 |
| Binary | 10110 | 1110110 | 11011011 | 1011010 | 101110 | 0 | 1110 | 11010011 | 1010010 | 101111 |
Color Harmonies of #1676DB
Complementary color
Monochromatic Colors of #1676DB
Black with #1676DB
Text Example
Text Example
White with #1676DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1676DB; }
p { color: rgb(22,118,219); }
H1.HeaderClassName
{
color: #1676DB;
}
.AnyTagClassName
{
color: #1676DB;
}
</style>
background-color css
<style>
a { background-color: #1676DB; }
a { background-color: rgb(22,118,219); }
div.DivClassName
{
background-color: #1676DB;
}
.BgClassName
{
background-color: #1676DB;
}
</style>
border-color css
<style>
span { border-color: #1676DB; }
span { border-color: rgb(22,118,219); }
td.TdClassName
{
border-color: #1676DB;
}
.TagClassName
{
border-color: #1676DB;
}
</style>