Shades of Denim #1673BE
Tints of Denim #1673BE
RGB
CMYK
RGB Variations
Color information
#1673BE (or 0x1673BE) is known color: Denim. HEX triplet: 16, 73 and BE. RGB value is (22,115,190). Sum of RGB (Red+Green+Blue) = 22+115+190=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #1673BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673BE is #E98C41. Grayscale: #5F5F5F. Windows color (decimal): -15305794 or 12481302. OLE color: 12481302.
HSL color Cylindrical-coordinate representation of color #1673BE: hue angle of 206.79º 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 #1673BE is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 115 | 190 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.25 |
| HSL | 206.79º | 0.79% | 0.42% | - |
| HSV(B) | 206.79º | 0.88% | 0.75% | - |
| XYZ | 15.76 | 16.15 | 51 | - |
| YUV | 95.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 190 | 0.88 | 0.39 | 0 | 0.25 | 206.79 | 0.79 | 0.42 |
| Hex | 16 | 73 | BE | 58 | 27 | 0 | 19 | CF | 4F | 2A |
| Octal | 26 | 163 | 276 | 130 | 47 | 0 | 31 | 317 | 117 | 52 |
| Binary | 10110 | 1110011 | 10111110 | 1011000 | 100111 | 0 | 11001 | 11001111 | 1001111 | 101010 |
Color Harmonies of #1673BE
Complementary color
Monochromatic Colors of #1673BE
Black with #1673BE
Text Example
Text Example
White with #1673BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673BE; }
p { color: rgb(22,115,190); }
H1.HeaderClassName
{
color: #1673BE;
}
.AnyTagClassName
{
color: #1673BE;
}
</style>
background-color css
<style>
a { background-color: #1673BE; }
a { background-color: rgb(22,115,190); }
div.DivClassName
{
background-color: #1673BE;
}
.BgClassName
{
background-color: #1673BE;
}
</style>
border-color css
<style>
span { border-color: #1673BE; }
span { border-color: rgb(22,115,190); }
td.TdClassName
{
border-color: #1673BE;
}
.TagClassName
{
border-color: #1673BE;
}
</style>