Shades of Navy Blue #1682CD
Tints of Navy Blue #1682CD
RGB
CMYK
RGB Variations
Color information
#1682CD (or 0x1682CD) is known color: Navy Blue. HEX triplet: 16, 82 and CD. RGB value is (22,130,205). Sum of RGB (Red+Green+Blue) = 22+130+205=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1682CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682CD is #E97D32. Grayscale: #696969. Windows color (decimal): -15301939 or 13468182. OLE color: 13468182.
HSL color Cylindrical-coordinate representation of color #1682CD: hue angle of 204.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1682CD is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 130 | 205 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.20 |
| HSL | 204.59º | 0.81% | 0.45% | - |
| HSV(B) | 204.59º | 0.89% | 0.8% | - |
| XYZ | 19.33 | 20.54 | 60.7 | - |
| YUV | 106.26 | 183.72 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 205 | 0.89 | 0.37 | 0 | 0.20 | 204.59 | 0.81 | 0.45 |
| Hex | 16 | 82 | CD | 59 | 25 | 0 | 14 | CD | 51 | 2D |
| Octal | 26 | 202 | 315 | 131 | 45 | 0 | 24 | 315 | 121 | 55 |
| Binary | 10110 | 10000010 | 11001101 | 1011001 | 100101 | 0 | 10100 | 11001101 | 1010001 | 101101 |
Color Harmonies of #1682CD
Complementary color
Monochromatic Colors of #1682CD
Black with #1682CD
Text Example
Text Example
White with #1682CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682CD; }
p { color: rgb(22,130,205); }
H1.HeaderClassName
{
color: #1682CD;
}
.AnyTagClassName
{
color: #1682CD;
}
</style>
background-color css
<style>
a { background-color: #1682CD; }
a { background-color: rgb(22,130,205); }
div.DivClassName
{
background-color: #1682CD;
}
.BgClassName
{
background-color: #1682CD;
}
</style>
border-color css
<style>
span { border-color: #1682CD; }
span { border-color: rgb(22,130,205); }
td.TdClassName
{
border-color: #1682CD;
}
.TagClassName
{
border-color: #1682CD;
}
</style>