Shades of Denim #157DC0
Tints of Denim #157DC0
RGB
CMYK
RGB Variations
Color information
#157DC0 (or 0x157DC0) is known color: Denim. HEX triplet: 15, 7D and C0. RGB value is (21,125,192). Sum of RGB (Red+Green+Blue) = 21+125+192=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #157DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DC0 is #EA823F. Grayscale: #656565. Windows color (decimal): -15368768 or 12614933. OLE color: 12614933.
HSL color Cylindrical-coordinate representation of color #157DC0: hue angle of 203.51º 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 #157DC0 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 125 | 192 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.25 |
| HSL | 203.51º | 0.8% | 0.42% | - |
| HSV(B) | 203.51º | 0.89% | 0.75% | - |
| XYZ | 17.16 | 18.63 | 52.56 | - |
| YUV | 101.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 192 | 0.89 | 0.35 | 0 | 0.25 | 203.51 | 0.8 | 0.42 |
| Hex | 15 | 7D | C0 | 59 | 23 | 0 | 19 | CC | 50 | 2A |
| Octal | 25 | 175 | 300 | 131 | 43 | 0 | 31 | 314 | 120 | 52 |
| Binary | 10101 | 1111101 | 11000000 | 1011001 | 100011 | 0 | 11001 | 11001100 | 1010000 | 101010 |
Color Harmonies of #157DC0
Complementary color
Monochromatic Colors of #157DC0
Black with #157DC0
Text Example
Text Example
White with #157DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DC0; }
p { color: rgb(21,125,192); }
H1.HeaderClassName
{
color: #157DC0;
}
.AnyTagClassName
{
color: #157DC0;
}
</style>
background-color css
<style>
a { background-color: #157DC0; }
a { background-color: rgb(21,125,192); }
div.DivClassName
{
background-color: #157DC0;
}
.BgClassName
{
background-color: #157DC0;
}
</style>
border-color css
<style>
span { border-color: #157DC0; }
span { border-color: rgb(21,125,192); }
td.TdClassName
{
border-color: #157DC0;
}
.TagClassName
{
border-color: #157DC0;
}
</style>