Shades of Denim #167EC4
Tints of Denim #167EC4
RGB
CMYK
RGB Variations
Color information
#167EC4 (or 0x167EC4) is known color: Denim. HEX triplet: 16, 7E and C4. RGB value is (22,126,196). Sum of RGB (Red+Green+Blue) = 22+126+196=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #167EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167EC4 is #E9813B. Grayscale: #666666. Windows color (decimal): -15302972 or 12877334. OLE color: 12877334.
HSL color Cylindrical-coordinate representation of color #167EC4: hue angle of 204.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167EC4 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 126 | 196 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.23 |
| HSL | 204.14º | 0.8% | 0.43% | - |
| HSV(B) | 204.14º | 0.89% | 0.77% | - |
| XYZ | 17.76 | 19.08 | 54.97 | - |
| YUV | 102.88 | 180.54 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 126 | 196 | 0.89 | 0.36 | 0 | 0.23 | 204.14 | 0.8 | 0.43 |
| Hex | 16 | 7E | C4 | 59 | 24 | 0 | 17 | CC | 50 | 2B |
| Octal | 26 | 176 | 304 | 131 | 44 | 0 | 27 | 314 | 120 | 53 |
| Binary | 10110 | 1111110 | 11000100 | 1011001 | 100100 | 0 | 10111 | 11001100 | 1010000 | 101011 |
Color Harmonies of #167EC4
Complementary color
Monochromatic Colors of #167EC4
Black with #167EC4
Text Example
Text Example
White with #167EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167EC4; }
p { color: rgb(22,126,196); }
H1.HeaderClassName
{
color: #167EC4;
}
.AnyTagClassName
{
color: #167EC4;
}
</style>
background-color css
<style>
a { background-color: #167EC4; }
a { background-color: rgb(22,126,196); }
div.DivClassName
{
background-color: #167EC4;
}
.BgClassName
{
background-color: #167EC4;
}
</style>
border-color css
<style>
span { border-color: #167EC4; }
span { border-color: rgb(22,126,196); }
td.TdClassName
{
border-color: #167EC4;
}
.TagClassName
{
border-color: #167EC4;
}
</style>