Shades of Navy Blue #1680D5
Tints of Navy Blue #1680D5
RGB
CMYK
RGB Variations
Color information
#1680D5 (or 0x1680D5) is known color: Navy Blue. HEX triplet: 16, 80 and D5. RGB value is (22,128,213). Sum of RGB (Red+Green+Blue) = 22+128+213=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #1680D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680D5 is #E97F2A. Grayscale: #696969. Windows color (decimal): -15302443 or 13991958. OLE color: 13991958.
HSL color Cylindrical-coordinate representation of color #1680D5: hue angle of 206.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1680D5 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 128 | 213 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.16 |
| HSL | 206.7º | 0.81% | 0.46% | - |
| HSV(B) | 206.7º | 0.9% | 0.84% | - |
| XYZ | 20.06 | 20.41 | 65.83 | - |
| YUV | 106 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 213 | 0.90 | 0.40 | 0 | 0.16 | 206.7 | 0.81 | 0.46 |
| Hex | 16 | 80 | D5 | 5A | 28 | 0 | 10 | CF | 51 | 2E |
| Octal | 26 | 200 | 325 | 132 | 50 | 0 | 20 | 317 | 121 | 56 |
| Binary | 10110 | 10000000 | 11010101 | 1011010 | 101000 | 0 | 10000 | 11001111 | 1010001 | 101110 |
Color Harmonies of #1680D5
Complementary color
Monochromatic Colors of #1680D5
Black with #1680D5
Text Example
Text Example
White with #1680D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680D5; }
p { color: rgb(22,128,213); }
H1.HeaderClassName
{
color: #1680D5;
}
.AnyTagClassName
{
color: #1680D5;
}
</style>
background-color css
<style>
a { background-color: #1680D5; }
a { background-color: rgb(22,128,213); }
div.DivClassName
{
background-color: #1680D5;
}
.BgClassName
{
background-color: #1680D5;
}
</style>
border-color css
<style>
span { border-color: #1680D5; }
span { border-color: rgb(22,128,213); }
td.TdClassName
{
border-color: #1680D5;
}
.TagClassName
{
border-color: #1680D5;
}
</style>