Shades of Denim #1673CA
Tints of Denim #1673CA
RGB
CMYK
RGB Variations
Color information
#1673CA (or 0x1673CA) is known color: Denim. HEX triplet: 16, 73 and CA. RGB value is (22,115,202). Sum of RGB (Red+Green+Blue) = 22+115+202=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1673CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673CA is #E98C35. Grayscale: #606060. Windows color (decimal): -15305782 or 13267734. OLE color: 13267734.
HSL color Cylindrical-coordinate representation of color #1673CA: hue angle of 209º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1673CA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 115 | 202 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.21 |
| HSL | 209º | 0.8% | 0.44% | - |
| HSV(B) | 209º | 0.89% | 0.79% | - |
| XYZ | 17.12 | 16.7 | 58.2 | - |
| YUV | 97.11 | 187.19 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 202 | 0.89 | 0.43 | 0 | 0.21 | 209 | 0.8 | 0.44 |
| Hex | 16 | 73 | CA | 59 | 2B | 0 | 15 | D1 | 50 | 2C |
| Octal | 26 | 163 | 312 | 131 | 53 | 0 | 25 | 321 | 120 | 54 |
| Binary | 10110 | 1110011 | 11001010 | 1011001 | 101011 | 0 | 10101 | 11010001 | 1010000 | 101100 |
Color Harmonies of #1673CA
Complementary color
Monochromatic Colors of #1673CA
Black with #1673CA
Text Example
Text Example
White with #1673CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673CA; }
p { color: rgb(22,115,202); }
H1.HeaderClassName
{
color: #1673CA;
}
.AnyTagClassName
{
color: #1673CA;
}
</style>
background-color css
<style>
a { background-color: #1673CA; }
a { background-color: rgb(22,115,202); }
div.DivClassName
{
background-color: #1673CA;
}
.BgClassName
{
background-color: #1673CA;
}
</style>
border-color css
<style>
span { border-color: #1673CA; }
span { border-color: rgb(22,115,202); }
td.TdClassName
{
border-color: #1673CA;
}
.TagClassName
{
border-color: #1673CA;
}
</style>