Shades of Navy Blue #1680C6
Tints of Navy Blue #1680C6
RGB
CMYK
RGB Variations
Color information
#1680C6 (or 0x1680C6) is known color: Navy Blue. HEX triplet: 16, 80 and C6. RGB value is (22,128,198). Sum of RGB (Red+Green+Blue) = 22+128+198=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #1680C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680C6 is #E97F39. Grayscale: #676767. Windows color (decimal): -15302458 or 13008918. OLE color: 13008918.
HSL color Cylindrical-coordinate representation of color #1680C6: hue angle of 203.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680C6 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 128 | 198 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.22 |
| HSL | 203.86º | 0.8% | 0.43% | - |
| HSV(B) | 203.86º | 0.89% | 0.78% | - |
| XYZ | 18.24 | 19.69 | 56.26 | - |
| YUV | 104.29 | 180.88 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 198 | 0.89 | 0.35 | 0 | 0.22 | 203.86 | 0.8 | 0.43 |
| Hex | 16 | 80 | C6 | 59 | 23 | 0 | 16 | CC | 50 | 2B |
| Octal | 26 | 200 | 306 | 131 | 43 | 0 | 26 | 314 | 120 | 53 |
| Binary | 10110 | 10000000 | 11000110 | 1011001 | 100011 | 0 | 10110 | 11001100 | 1010000 | 101011 |
Color Harmonies of #1680C6
Complementary color
Monochromatic Colors of #1680C6
Black with #1680C6
Text Example
Text Example
White with #1680C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680C6; }
p { color: rgb(22,128,198); }
H1.HeaderClassName
{
color: #1680C6;
}
.AnyTagClassName
{
color: #1680C6;
}
</style>
background-color css
<style>
a { background-color: #1680C6; }
a { background-color: rgb(22,128,198); }
div.DivClassName
{
background-color: #1680C6;
}
.BgClassName
{
background-color: #1680C6;
}
</style>
border-color css
<style>
span { border-color: #1680C6; }
span { border-color: rgb(22,128,198); }
td.TdClassName
{
border-color: #1680C6;
}
.TagClassName
{
border-color: #1680C6;
}
</style>