Shades of Denim #1673BF
Tints of Denim #1673BF
RGB
CMYK
RGB Variations
Color information
#1673BF (or 0x1673BF) is known color: Denim. HEX triplet: 16, 73 and BF. RGB value is (22,115,191). Sum of RGB (Red+Green+Blue) = 22+115+191=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1673BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673BF is #E98C40. Grayscale: #5F5F5F. Windows color (decimal): -15305793 or 12546838. OLE color: 12546838.
HSL color Cylindrical-coordinate representation of color #1673BF: hue angle of 206.98º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1673BF is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 115 | 191 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.25 |
| HSL | 206.98º | 0.79% | 0.42% | - |
| HSV(B) | 206.98º | 0.88% | 0.75% | - |
| XYZ | 15.87 | 16.19 | 51.58 | - |
| YUV | 95.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 191 | 0.88 | 0.40 | 0 | 0.25 | 206.98 | 0.79 | 0.42 |
| Hex | 16 | 73 | BF | 58 | 28 | 0 | 19 | CF | 4F | 2A |
| Octal | 26 | 163 | 277 | 130 | 50 | 0 | 31 | 317 | 117 | 52 |
| Binary | 10110 | 1110011 | 10111111 | 1011000 | 101000 | 0 | 11001 | 11001111 | 1001111 | 101010 |
Color Harmonies of #1673BF
Complementary color
Monochromatic Colors of #1673BF
Black with #1673BF
Text Example
Text Example
White with #1673BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673BF; }
p { color: rgb(22,115,191); }
H1.HeaderClassName
{
color: #1673BF;
}
.AnyTagClassName
{
color: #1673BF;
}
</style>
background-color css
<style>
a { background-color: #1673BF; }
a { background-color: rgb(22,115,191); }
div.DivClassName
{
background-color: #1673BF;
}
.BgClassName
{
background-color: #1673BF;
}
</style>
border-color css
<style>
span { border-color: #1673BF; }
span { border-color: rgb(22,115,191); }
td.TdClassName
{
border-color: #1673BF;
}
.TagClassName
{
border-color: #1673BF;
}
</style>