Shades of Navy Blue #1683CD
Tints of Navy Blue #1683CD
RGB
CMYK
RGB Variations
Color information
#1683CD (or 0x1683CD) is known color: Navy Blue. HEX triplet: 16, 83 and CD. RGB value is (22,131,205). Sum of RGB (Red+Green+Blue) = 22+131+205=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1683CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683CD is #E97C32. Grayscale: #6A6A6A. Windows color (decimal): -15301683 or 13468438. OLE color: 13468438.
HSL color Cylindrical-coordinate representation of color #1683CD: hue angle of 204.26º 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 #1683CD is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 131 | 205 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.20 |
| HSL | 204.26º | 0.81% | 0.45% | - |
| HSV(B) | 204.26º | 0.89% | 0.8% | - |
| XYZ | 19.47 | 20.81 | 60.75 | - |
| YUV | 106.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 205 | 0.89 | 0.36 | 0 | 0.20 | 204.26 | 0.81 | 0.45 |
| Hex | 16 | 83 | CD | 59 | 24 | 0 | 14 | CC | 51 | 2D |
| Octal | 26 | 203 | 315 | 131 | 44 | 0 | 24 | 314 | 121 | 55 |
| Binary | 10110 | 10000011 | 11001101 | 1011001 | 100100 | 0 | 10100 | 11001100 | 1010001 | 101101 |
Color Harmonies of #1683CD
Complementary color
Monochromatic Colors of #1683CD
Black with #1683CD
Text Example
Text Example
White with #1683CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683CD; }
p { color: rgb(22,131,205); }
H1.HeaderClassName
{
color: #1683CD;
}
.AnyTagClassName
{
color: #1683CD;
}
</style>
background-color css
<style>
a { background-color: #1683CD; }
a { background-color: rgb(22,131,205); }
div.DivClassName
{
background-color: #1683CD;
}
.BgClassName
{
background-color: #1683CD;
}
</style>
border-color css
<style>
span { border-color: #1683CD; }
span { border-color: rgb(22,131,205); }
td.TdClassName
{
border-color: #1683CD;
}
.TagClassName
{
border-color: #1683CD;
}
</style>