Shades of Denim #1670AD
Tints of Denim #1670AD
RGB
CMYK
RGB Variations
Color information
#1670AD (or 0x1670AD) is known color: Denim. HEX triplet: 16, 70 and AD. RGB value is (22,112,173). Sum of RGB (Red+Green+Blue) = 22+112+173=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #1670AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1670AD is #E98F52. Grayscale: #5B5B5B. Windows color (decimal): -15306579 or 11366422. OLE color: 11366422.
HSL color Cylindrical-coordinate representation of color #1670AD: hue angle of 204.24º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1670AD is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 112 | 173 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.32 |
| HSL | 204.24º | 0.77% | 0.38% | - |
| HSV(B) | 204.24º | 0.87% | 0.68% | - |
| XYZ | 13.67 | 14.78 | 41.67 | - |
| YUV | 92.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 173 | 0.87 | 0.35 | 0 | 0.32 | 204.24 | 0.77 | 0.38 |
| Hex | 16 | 70 | AD | 57 | 23 | 0 | 20 | CC | 4D | 26 |
| Octal | 26 | 160 | 255 | 127 | 43 | 0 | 40 | 314 | 115 | 46 |
| Binary | 10110 | 1110000 | 10101101 | 1010111 | 100011 | 0 | 100000 | 11001100 | 1001101 | 100110 |
Color Harmonies of #1670AD
Complementary color
Monochromatic Colors of #1670AD
Black with #1670AD
Text Example
Text Example
White with #1670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1670AD; }
p { color: rgb(22,112,173); }
H1.HeaderClassName
{
color: #1670AD;
}
.AnyTagClassName
{
color: #1670AD;
}
</style>
background-color css
<style>
a { background-color: #1670AD; }
a { background-color: rgb(22,112,173); }
div.DivClassName
{
background-color: #1670AD;
}
.BgClassName
{
background-color: #1670AD;
}
</style>
border-color css
<style>
span { border-color: #1670AD; }
span { border-color: rgb(22,112,173); }
td.TdClassName
{
border-color: #1670AD;
}
.TagClassName
{
border-color: #1670AD;
}
</style>