Shades of Denim #157BBC
Tints of Denim #157BBC
RGB
CMYK
RGB Variations
Color information
#157BBC (or 0x157BBC) is known color: Denim. HEX triplet: 15, 7B and BC. RGB value is (21,123,188). Sum of RGB (Red+Green+Blue) = 21+123+188=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #157BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BBC is #EA8443. Grayscale: #636363. Windows color (decimal): -15369284 or 12352277. OLE color: 12352277.
HSL color Cylindrical-coordinate representation of color #157BBC: hue angle of 203.35º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157BBC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 123 | 188 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.26 |
| HSL | 203.35º | 0.8% | 0.41% | - |
| HSV(B) | 203.35º | 0.89% | 0.74% | - |
| XYZ | 16.47 | 17.96 | 50.17 | - |
| YUV | 99.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 188 | 0.89 | 0.35 | 0 | 0.26 | 203.35 | 0.8 | 0.41 |
| Hex | 15 | 7B | BC | 59 | 23 | 0 | 1A | CB | 50 | 29 |
| Octal | 25 | 173 | 274 | 131 | 43 | 0 | 32 | 313 | 120 | 51 |
| Binary | 10101 | 1111011 | 10111100 | 1011001 | 100011 | 0 | 11010 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157BBC
Complementary color
Monochromatic Colors of #157BBC
Black with #157BBC
Text Example
Text Example
White with #157BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BBC; }
p { color: rgb(21,123,188); }
H1.HeaderClassName
{
color: #157BBC;
}
.AnyTagClassName
{
color: #157BBC;
}
</style>
background-color css
<style>
a { background-color: #157BBC; }
a { background-color: rgb(21,123,188); }
div.DivClassName
{
background-color: #157BBC;
}
.BgClassName
{
background-color: #157BBC;
}
</style>
border-color css
<style>
span { border-color: #157BBC; }
span { border-color: rgb(21,123,188); }
td.TdClassName
{
border-color: #157BBC;
}
.TagClassName
{
border-color: #157BBC;
}
</style>