Shades of Navy Blue #1677DB
Tints of Navy Blue #1677DB
RGB
CMYK
RGB Variations
Color information
#1677DB (or 0x1677DB) is known color: Navy Blue. HEX triplet: 16, 77 and DB. RGB value is (22,119,219). Sum of RGB (Red+Green+Blue) = 22+119+219=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #1677DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677DB is #E98824. Grayscale: #646464. Windows color (decimal): -15304741 or 14382870. OLE color: 14382870.
HSL color Cylindrical-coordinate representation of color #1677DB: hue angle of 210.46º 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 #1677DB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 119 | 219 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.14 |
| HSL | 210.46º | 0.82% | 0.47% | - |
| HSV(B) | 210.46º | 0.9% | 0.86% | - |
| XYZ | 19.71 | 18.48 | 69.55 | - |
| YUV | 101.4 | 194.36 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 219 | 0.90 | 0.46 | 0 | 0.14 | 210.46 | 0.82 | 0.47 |
| Hex | 16 | 77 | DB | 5A | 2E | 0 | E | D2 | 52 | 2F |
| Octal | 26 | 167 | 333 | 132 | 56 | 0 | 16 | 322 | 122 | 57 |
| Binary | 10110 | 1110111 | 11011011 | 1011010 | 101110 | 0 | 1110 | 11010010 | 1010010 | 101111 |
Color Harmonies of #1677DB
Complementary color
Monochromatic Colors of #1677DB
Black with #1677DB
Text Example
Text Example
White with #1677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1677DB; }
p { color: rgb(22,119,219); }
H1.HeaderClassName
{
color: #1677DB;
}
.AnyTagClassName
{
color: #1677DB;
}
</style>
background-color css
<style>
a { background-color: #1677DB; }
a { background-color: rgb(22,119,219); }
div.DivClassName
{
background-color: #1677DB;
}
.BgClassName
{
background-color: #1677DB;
}
</style>
border-color css
<style>
span { border-color: #1677DB; }
span { border-color: rgb(22,119,219); }
td.TdClassName
{
border-color: #1677DB;
}
.TagClassName
{
border-color: #1677DB;
}
</style>