Shades of Denim #157BBB
Tints of Denim #157BBB
RGB
CMYK
RGB Variations
Color information
#157BBB (or 0x157BBB) is known color: Denim. HEX triplet: 15, 7B and BB. RGB value is (21,123,187). Sum of RGB (Red+Green+Blue) = 21+123+187=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #157BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BBB is #EA8444. Grayscale: #636363. Windows color (decimal): -15369285 or 12286741. OLE color: 12286741.
HSL color Cylindrical-coordinate representation of color #157BBB: hue angle of 203.13º 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 #157BBB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 123 | 187 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.27 |
| HSL | 203.13º | 0.8% | 0.41% | - |
| HSV(B) | 203.13º | 0.89% | 0.73% | - |
| XYZ | 16.36 | 17.91 | 49.61 | - |
| YUV | 99.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 187 | 0.89 | 0.34 | 0 | 0.27 | 203.13 | 0.8 | 0.41 |
| Hex | 15 | 7B | BB | 59 | 22 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 173 | 273 | 131 | 42 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111011 | 10111011 | 1011001 | 100010 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157BBB
Complementary color
Monochromatic Colors of #157BBB
Black with #157BBB
Text Example
Text Example
White with #157BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BBB; }
p { color: rgb(21,123,187); }
H1.HeaderClassName
{
color: #157BBB;
}
.AnyTagClassName
{
color: #157BBB;
}
</style>
background-color css
<style>
a { background-color: #157BBB; }
a { background-color: rgb(21,123,187); }
div.DivClassName
{
background-color: #157BBB;
}
.BgClassName
{
background-color: #157BBB;
}
</style>
border-color css
<style>
span { border-color: #157BBB; }
span { border-color: rgb(21,123,187); }
td.TdClassName
{
border-color: #157BBB;
}
.TagClassName
{
border-color: #157BBB;
}
</style>