Shades of Denim #1673BC
Tints of Denim #1673BC
RGB
CMYK
RGB Variations
Color information
#1673BC (or 0x1673BC) is known color: Denim. HEX triplet: 16, 73 and BC. RGB value is (22,115,188). Sum of RGB (Red+Green+Blue) = 22+115+188=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #1673BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673BC is #E98C43. Grayscale: #5F5F5F. Windows color (decimal): -15305796 or 12350230. OLE color: 12350230.
HSL color Cylindrical-coordinate representation of color #1673BC: hue angle of 206.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1673BC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 115 | 188 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.26 |
| HSL | 206.39º | 0.79% | 0.41% | - |
| HSV(B) | 206.39º | 0.88% | 0.74% | - |
| XYZ | 15.54 | 16.06 | 49.86 | - |
| YUV | 95.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 188 | 0.88 | 0.39 | 0 | 0.26 | 206.39 | 0.79 | 0.41 |
| Hex | 16 | 73 | BC | 58 | 27 | 0 | 1A | CE | 4F | 29 |
| Octal | 26 | 163 | 274 | 130 | 47 | 0 | 32 | 316 | 117 | 51 |
| Binary | 10110 | 1110011 | 10111100 | 1011000 | 100111 | 0 | 11010 | 11001110 | 1001111 | 101001 |
Color Harmonies of #1673BC
Complementary color
Monochromatic Colors of #1673BC
Black with #1673BC
Text Example
Text Example
White with #1673BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673BC; }
p { color: rgb(22,115,188); }
H1.HeaderClassName
{
color: #1673BC;
}
.AnyTagClassName
{
color: #1673BC;
}
</style>
background-color css
<style>
a { background-color: #1673BC; }
a { background-color: rgb(22,115,188); }
div.DivClassName
{
background-color: #1673BC;
}
.BgClassName
{
background-color: #1673BC;
}
</style>
border-color css
<style>
span { border-color: #1673BC; }
span { border-color: rgb(22,115,188); }
td.TdClassName
{
border-color: #1673BC;
}
.TagClassName
{
border-color: #1673BC;
}
</style>