Shades of Denim #156BBA
Tints of Denim #156BBA
RGB
CMYK
RGB Variations
Color information
#156BBA (or 0x156BBA) is known color: Denim. HEX triplet: 15, 6B and BA. RGB value is (21,107,186). Sum of RGB (Red+Green+Blue) = 21+107+186=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #156BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BBA is #EA9445. Grayscale: #595959. Windows color (decimal): -15373382 or 12217109. OLE color: 12217109.
HSL color Cylindrical-coordinate representation of color #156BBA: hue angle of 208.73º 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 #156BBA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 107 | 186 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.27 |
| HSL | 208.73º | 0.8% | 0.41% | - |
| HSV(B) | 208.73º | 0.89% | 0.73% | - |
| XYZ | 14.43 | 14.22 | 48.44 | - |
| YUV | 90.29 | 182.01 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 186 | 0.89 | 0.42 | 0 | 0.27 | 208.73 | 0.8 | 0.41 |
| Hex | 15 | 6B | BA | 59 | 2A | 0 | 1B | D1 | 50 | 29 |
| Octal | 25 | 153 | 272 | 131 | 52 | 0 | 33 | 321 | 120 | 51 |
| Binary | 10101 | 1101011 | 10111010 | 1011001 | 101010 | 0 | 11011 | 11010001 | 1010000 | 101001 |
Color Harmonies of #156BBA
Complementary color
Monochromatic Colors of #156BBA
Black with #156BBA
Text Example
Text Example
White with #156BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156BBA; }
p { color: rgb(21,107,186); }
H1.HeaderClassName
{
color: #156BBA;
}
.AnyTagClassName
{
color: #156BBA;
}
</style>
background-color css
<style>
a { background-color: #156BBA; }
a { background-color: rgb(21,107,186); }
div.DivClassName
{
background-color: #156BBA;
}
.BgClassName
{
background-color: #156BBA;
}
</style>
border-color css
<style>
span { border-color: #156BBA; }
span { border-color: rgb(21,107,186); }
td.TdClassName
{
border-color: #156BBA;
}
.TagClassName
{
border-color: #156BBA;
}
</style>