Shades of Denim #157EC1
Tints of Denim #157EC1
RGB
CMYK
RGB Variations
Color information
#157EC1 (or 0x157EC1) is known color: Denim. HEX triplet: 15, 7E and C1. RGB value is (21,126,193). Sum of RGB (Red+Green+Blue) = 21+126+193=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #157EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EC1 is #EA813E. Grayscale: #656565. Windows color (decimal): -15368511 or 12680725. OLE color: 12680725.
HSL color Cylindrical-coordinate representation of color #157EC1: hue angle of 203.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157EC1 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 126 | 193 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.24 |
| HSL | 203.37º | 0.8% | 0.42% | - |
| HSV(B) | 203.37º | 0.89% | 0.76% | - |
| XYZ | 17.4 | 18.93 | 53.19 | - |
| YUV | 102.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 193 | 0.89 | 0.35 | 0 | 0.24 | 203.37 | 0.8 | 0.42 |
| Hex | 15 | 7E | C1 | 59 | 23 | 0 | 18 | CB | 50 | 2A |
| Octal | 25 | 176 | 301 | 131 | 43 | 0 | 30 | 313 | 120 | 52 |
| Binary | 10101 | 1111110 | 11000001 | 1011001 | 100011 | 0 | 11000 | 11001011 | 1010000 | 101010 |
Color Harmonies of #157EC1
Complementary color
Monochromatic Colors of #157EC1
Black with #157EC1
Text Example
Text Example
White with #157EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EC1; }
p { color: rgb(21,126,193); }
H1.HeaderClassName
{
color: #157EC1;
}
.AnyTagClassName
{
color: #157EC1;
}
</style>
background-color css
<style>
a { background-color: #157EC1; }
a { background-color: rgb(21,126,193); }
div.DivClassName
{
background-color: #157EC1;
}
.BgClassName
{
background-color: #157EC1;
}
</style>
border-color css
<style>
span { border-color: #157EC1; }
span { border-color: rgb(21,126,193); }
td.TdClassName
{
border-color: #157EC1;
}
.TagClassName
{
border-color: #157EC1;
}
</style>