Shades of Denim #157EC0
Tints of Denim #157EC0
RGB
CMYK
RGB Variations
Color information
#157EC0 (or 0x157EC0) is known color: Denim. HEX triplet: 15, 7E and C0. RGB value is (21,126,192). Sum of RGB (Red+Green+Blue) = 21+126+192=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #157EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EC0 is #EA813F. Grayscale: #656565. Windows color (decimal): -15368512 or 12615189. OLE color: 12615189.
HSL color Cylindrical-coordinate representation of color #157EC0: hue angle of 203.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157EC0 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 126 | 192 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.25 |
| HSL | 203.16º | 0.8% | 0.42% | - |
| HSV(B) | 203.16º | 0.89% | 0.75% | - |
| XYZ | 17.28 | 18.89 | 52.6 | - |
| YUV | 102.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 192 | 0.89 | 0.34 | 0 | 0.25 | 203.16 | 0.8 | 0.42 |
| Hex | 15 | 7E | C0 | 59 | 22 | 0 | 19 | CB | 50 | 2A |
| Octal | 25 | 176 | 300 | 131 | 42 | 0 | 31 | 313 | 120 | 52 |
| Binary | 10101 | 1111110 | 11000000 | 1011001 | 100010 | 0 | 11001 | 11001011 | 1010000 | 101010 |
Color Harmonies of #157EC0
Complementary color
Monochromatic Colors of #157EC0
Black with #157EC0
Text Example
Text Example
White with #157EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EC0; }
p { color: rgb(21,126,192); }
H1.HeaderClassName
{
color: #157EC0;
}
.AnyTagClassName
{
color: #157EC0;
}
</style>
background-color css
<style>
a { background-color: #157EC0; }
a { background-color: rgb(21,126,192); }
div.DivClassName
{
background-color: #157EC0;
}
.BgClassName
{
background-color: #157EC0;
}
</style>
border-color css
<style>
span { border-color: #157EC0; }
span { border-color: rgb(21,126,192); }
td.TdClassName
{
border-color: #157EC0;
}
.TagClassName
{
border-color: #157EC0;
}
</style>