Shades of Denim #157DC1
Tints of Denim #157DC1
RGB
CMYK
RGB Variations
Color information
#157DC1 (or 0x157DC1) is known color: Denim. HEX triplet: 15, 7D and C1. RGB value is (21,125,193). Sum of RGB (Red+Green+Blue) = 21+125+193=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #157DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DC1 is #EA823E. Grayscale: #656565. Windows color (decimal): -15368767 or 12680469. OLE color: 12680469.
HSL color Cylindrical-coordinate representation of color #157DC1: hue angle of 203.72º 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 #157DC1 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 125 | 193 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.24 |
| HSL | 203.72º | 0.8% | 0.42% | - |
| HSV(B) | 203.72º | 0.89% | 0.76% | - |
| XYZ | 17.27 | 18.68 | 53.15 | - |
| YUV | 101.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 193 | 0.89 | 0.35 | 0 | 0.24 | 203.72 | 0.8 | 0.42 |
| Hex | 15 | 7D | C1 | 59 | 23 | 0 | 18 | CC | 50 | 2A |
| Octal | 25 | 175 | 301 | 131 | 43 | 0 | 30 | 314 | 120 | 52 |
| Binary | 10101 | 1111101 | 11000001 | 1011001 | 100011 | 0 | 11000 | 11001100 | 1010000 | 101010 |
Color Harmonies of #157DC1
Complementary color
Monochromatic Colors of #157DC1
Black with #157DC1
Text Example
Text Example
White with #157DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DC1; }
p { color: rgb(21,125,193); }
H1.HeaderClassName
{
color: #157DC1;
}
.AnyTagClassName
{
color: #157DC1;
}
</style>
background-color css
<style>
a { background-color: #157DC1; }
a { background-color: rgb(21,125,193); }
div.DivClassName
{
background-color: #157DC1;
}
.BgClassName
{
background-color: #157DC1;
}
</style>
border-color css
<style>
span { border-color: #157DC1; }
span { border-color: rgb(21,125,193); }
td.TdClassName
{
border-color: #157DC1;
}
.TagClassName
{
border-color: #157DC1;
}
</style>