Shades of Navy Blue #1680CB
Tints of Navy Blue #1680CB
RGB
CMYK
RGB Variations
Color information
#1680CB (or 0x1680CB) is known color: Navy Blue. HEX triplet: 16, 80 and CB. RGB value is (22,128,203). Sum of RGB (Red+Green+Blue) = 22+128+203=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #1680CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680CB is #E97F34. Grayscale: #686868. Windows color (decimal): -15302453 or 13336598. OLE color: 13336598.
HSL color Cylindrical-coordinate representation of color #1680CB: hue angle of 204.86º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680CB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 128 | 203 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.20 |
| HSL | 204.86º | 0.8% | 0.44% | - |
| HSV(B) | 204.86º | 0.89% | 0.8% | - |
| XYZ | 18.83 | 19.92 | 59.35 | - |
| YUV | 104.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 203 | 0.89 | 0.37 | 0 | 0.20 | 204.86 | 0.8 | 0.44 |
| Hex | 16 | 80 | CB | 59 | 25 | 0 | 14 | CD | 50 | 2C |
| Octal | 26 | 200 | 313 | 131 | 45 | 0 | 24 | 315 | 120 | 54 |
| Binary | 10110 | 10000000 | 11001011 | 1011001 | 100101 | 0 | 10100 | 11001101 | 1010000 | 101100 |
Color Harmonies of #1680CB
Complementary color
Monochromatic Colors of #1680CB
Black with #1680CB
Text Example
Text Example
White with #1680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680CB; }
p { color: rgb(22,128,203); }
H1.HeaderClassName
{
color: #1680CB;
}
.AnyTagClassName
{
color: #1680CB;
}
</style>
background-color css
<style>
a { background-color: #1680CB; }
a { background-color: rgb(22,128,203); }
div.DivClassName
{
background-color: #1680CB;
}
.BgClassName
{
background-color: #1680CB;
}
</style>
border-color css
<style>
span { border-color: #1680CB; }
span { border-color: rgb(22,128,203); }
td.TdClassName
{
border-color: #1680CB;
}
.TagClassName
{
border-color: #1680CB;
}
</style>