Shades of Denim #157CBF
Tints of Denim #157CBF
RGB
CMYK
RGB Variations
Color information
#157CBF (or 0x157CBF) is known color: Denim. HEX triplet: 15, 7C and BF. RGB value is (21,124,191). Sum of RGB (Red+Green+Blue) = 21+124+191=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #157CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CBF is #EA8340. Grayscale: #646464. Windows color (decimal): -15369025 or 12549141. OLE color: 12549141.
HSL color Cylindrical-coordinate representation of color #157CBF: hue angle of 203.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157CBF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 124 | 191 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.25 |
| HSL | 203.65º | 0.8% | 0.42% | - |
| HSV(B) | 203.65º | 0.89% | 0.75% | - |
| XYZ | 16.92 | 18.34 | 51.94 | - |
| YUV | 100.84 | 178.88 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 191 | 0.89 | 0.35 | 0 | 0.25 | 203.65 | 0.8 | 0.42 |
| Hex | 15 | 7C | BF | 59 | 23 | 0 | 19 | CC | 50 | 2A |
| Octal | 25 | 174 | 277 | 131 | 43 | 0 | 31 | 314 | 120 | 52 |
| Binary | 10101 | 1111100 | 10111111 | 1011001 | 100011 | 0 | 11001 | 11001100 | 1010000 | 101010 |
Color Harmonies of #157CBF
Complementary color
Monochromatic Colors of #157CBF
Black with #157CBF
Text Example
Text Example
White with #157CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CBF; }
p { color: rgb(21,124,191); }
H1.HeaderClassName
{
color: #157CBF;
}
.AnyTagClassName
{
color: #157CBF;
}
</style>
background-color css
<style>
a { background-color: #157CBF; }
a { background-color: rgb(21,124,191); }
div.DivClassName
{
background-color: #157CBF;
}
.BgClassName
{
background-color: #157CBF;
}
</style>
border-color css
<style>
span { border-color: #157CBF; }
span { border-color: rgb(21,124,191); }
td.TdClassName
{
border-color: #157CBF;
}
.TagClassName
{
border-color: #157CBF;
}
</style>