Shades of Denim #157DBE
Tints of Denim #157DBE
RGB
CMYK
RGB Variations
Color information
#157DBE (or 0x157DBE) is known color: Denim. HEX triplet: 15, 7D and BE. RGB value is (21,125,190). Sum of RGB (Red+Green+Blue) = 21+125+190=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #157DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBE is #EA8241. Grayscale: #646464. Windows color (decimal): -15368770 or 12483861. OLE color: 12483861.
HSL color Cylindrical-coordinate representation of color #157DBE: hue angle of 203.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157DBE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 125 | 190 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.25 |
| HSL | 203.08º | 0.8% | 0.41% | - |
| HSV(B) | 203.08º | 0.89% | 0.75% | - |
| XYZ | 16.94 | 18.54 | 51.4 | - |
| YUV | 101.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 190 | 0.89 | 0.34 | 0 | 0.25 | 203.08 | 0.8 | 0.41 |
| Hex | 15 | 7D | BE | 59 | 22 | 0 | 19 | CB | 50 | 29 |
| Octal | 25 | 175 | 276 | 131 | 42 | 0 | 31 | 313 | 120 | 51 |
| Binary | 10101 | 1111101 | 10111110 | 1011001 | 100010 | 0 | 11001 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157DBE
Complementary color
Monochromatic Colors of #157DBE
Black with #157DBE
Text Example
Text Example
White with #157DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DBE; }
p { color: rgb(21,125,190); }
H1.HeaderClassName
{
color: #157DBE;
}
.AnyTagClassName
{
color: #157DBE;
}
</style>
background-color css
<style>
a { background-color: #157DBE; }
a { background-color: rgb(21,125,190); }
div.DivClassName
{
background-color: #157DBE;
}
.BgClassName
{
background-color: #157DBE;
}
</style>
border-color css
<style>
span { border-color: #157DBE; }
span { border-color: rgb(21,125,190); }
td.TdClassName
{
border-color: #157DBE;
}
.TagClassName
{
border-color: #157DBE;
}
</style>