Shades of Denim #1673BB
Tints of Denim #1673BB
RGB
CMYK
RGB Variations
Color information
#1673BB (or 0x1673BB) is known color: Denim. HEX triplet: 16, 73 and BB. RGB value is (22,115,187). Sum of RGB (Red+Green+Blue) = 22+115+187=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1673BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673BB is #E98C44. Grayscale: #5F5F5F. Windows color (decimal): -15305797 or 12284694. OLE color: 12284694.
HSL color Cylindrical-coordinate representation of color #1673BB: hue angle of 206.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1673BB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 115 | 187 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.27 |
| HSL | 206.18º | 0.79% | 0.41% | - |
| HSV(B) | 206.18º | 0.88% | 0.73% | - |
| XYZ | 15.43 | 16.02 | 49.29 | - |
| YUV | 95.4 | 179.69 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 187 | 0.88 | 0.39 | 0 | 0.27 | 206.18 | 0.79 | 0.41 |
| Hex | 16 | 73 | BB | 58 | 27 | 0 | 1B | CE | 4F | 29 |
| Octal | 26 | 163 | 273 | 130 | 47 | 0 | 33 | 316 | 117 | 51 |
| Binary | 10110 | 1110011 | 10111011 | 1011000 | 100111 | 0 | 11011 | 11001110 | 1001111 | 101001 |
Color Harmonies of #1673BB
Complementary color
Monochromatic Colors of #1673BB
Black with #1673BB
Text Example
Text Example
White with #1673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673BB; }
p { color: rgb(22,115,187); }
H1.HeaderClassName
{
color: #1673BB;
}
.AnyTagClassName
{
color: #1673BB;
}
</style>
background-color css
<style>
a { background-color: #1673BB; }
a { background-color: rgb(22,115,187); }
div.DivClassName
{
background-color: #1673BB;
}
.BgClassName
{
background-color: #1673BB;
}
</style>
border-color css
<style>
span { border-color: #1673BB; }
span { border-color: rgb(22,115,187); }
td.TdClassName
{
border-color: #1673BB;
}
.TagClassName
{
border-color: #1673BB;
}
</style>