Shades of Denim #157ABB
Tints of Denim #157ABB
RGB
CMYK
RGB Variations
Color information
#157ABB (or 0x157ABB) is known color: Denim. HEX triplet: 15, 7A and BB. RGB value is (21,122,187). Sum of RGB (Red+Green+Blue) = 21+122+187=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #157ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ABB is #EA8544. Grayscale: #626262. Windows color (decimal): -15369541 or 12286485. OLE color: 12286485.
HSL color Cylindrical-coordinate representation of color #157ABB: hue angle of 203.49º 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 #157ABB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 122 | 187 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.27 |
| HSL | 203.49º | 0.8% | 0.41% | - |
| HSV(B) | 203.49º | 0.89% | 0.73% | - |
| XYZ | 16.24 | 17.67 | 49.57 | - |
| YUV | 99.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 187 | 0.89 | 0.35 | 0 | 0.27 | 203.49 | 0.8 | 0.41 |
| Hex | 15 | 7A | BB | 59 | 23 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 172 | 273 | 131 | 43 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111010 | 10111011 | 1011001 | 100011 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157ABB
Complementary color
Monochromatic Colors of #157ABB
Black with #157ABB
Text Example
Text Example
White with #157ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157ABB; }
p { color: rgb(21,122,187); }
H1.HeaderClassName
{
color: #157ABB;
}
.AnyTagClassName
{
color: #157ABB;
}
</style>
background-color css
<style>
a { background-color: #157ABB; }
a { background-color: rgb(21,122,187); }
div.DivClassName
{
background-color: #157ABB;
}
.BgClassName
{
background-color: #157ABB;
}
</style>
border-color css
<style>
span { border-color: #157ABB; }
span { border-color: rgb(21,122,187); }
td.TdClassName
{
border-color: #157ABB;
}
.TagClassName
{
border-color: #157ABB;
}
</style>