Shades of Denim #157ABA
Tints of Denim #157ABA
RGB
CMYK
RGB Variations
Color information
#157ABA (or 0x157ABA) is known color: Denim. HEX triplet: 15, 7A and BA. RGB value is (21,122,186). Sum of RGB (Red+Green+Blue) = 21+122+186=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #157ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ABA is #EA8545. Grayscale: #626262. Windows color (decimal): -15369542 or 12220949. OLE color: 12220949.
HSL color Cylindrical-coordinate representation of color #157ABA: hue angle of 203.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157ABA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 122 | 186 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.27 |
| HSL | 203.27º | 0.8% | 0.41% | - |
| HSV(B) | 203.27º | 0.89% | 0.73% | - |
| XYZ | 16.13 | 17.62 | 49.01 | - |
| YUV | 99.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 186 | 0.89 | 0.34 | 0 | 0.27 | 203.27 | 0.8 | 0.41 |
| Hex | 15 | 7A | BA | 59 | 22 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 172 | 272 | 131 | 42 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111010 | 10111010 | 1011001 | 100010 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157ABA
Complementary color
Monochromatic Colors of #157ABA
Black with #157ABA
Text Example
Text Example
White with #157ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157ABA; }
p { color: rgb(21,122,186); }
H1.HeaderClassName
{
color: #157ABA;
}
.AnyTagClassName
{
color: #157ABA;
}
</style>
background-color css
<style>
a { background-color: #157ABA; }
a { background-color: rgb(21,122,186); }
div.DivClassName
{
background-color: #157ABA;
}
.BgClassName
{
background-color: #157ABA;
}
</style>
border-color css
<style>
span { border-color: #157ABA; }
span { border-color: rgb(21,122,186); }
td.TdClassName
{
border-color: #157ABA;
}
.TagClassName
{
border-color: #157ABA;
}
</style>