Shades of Denim #156DB0
Tints of Denim #156DB0
RGB
CMYK
RGB Variations
Color information
#156DB0 (or 0x156DB0) is known color: Denim. HEX triplet: 15, 6D and B0. RGB value is (21,109,176). Sum of RGB (Red+Green+Blue) = 21+109+176=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #156DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156DB0 is #EA924F. Grayscale: #595959. Windows color (decimal): -15372880 or 11562261. OLE color: 11562261.
HSL color Cylindrical-coordinate representation of color #156DB0: hue angle of 205.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156DB0 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 109 | 176 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.31 |
| HSL | 205.94º | 0.79% | 0.39% | - |
| HSV(B) | 205.94º | 0.88% | 0.69% | - |
| XYZ | 13.61 | 14.23 | 43.1 | - |
| YUV | 90.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 176 | 0.88 | 0.38 | 0 | 0.31 | 205.94 | 0.79 | 0.39 |
| Hex | 15 | 6D | B0 | 58 | 26 | 0 | 1F | CE | 4F | 27 |
| Octal | 25 | 155 | 260 | 130 | 46 | 0 | 37 | 316 | 117 | 47 |
| Binary | 10101 | 1101101 | 10110000 | 1011000 | 100110 | 0 | 11111 | 11001110 | 1001111 | 100111 |
Color Harmonies of #156DB0
Complementary color
Monochromatic Colors of #156DB0
Black with #156DB0
Text Example
Text Example
White with #156DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DB0; }
p { color: rgb(21,109,176); }
H1.HeaderClassName
{
color: #156DB0;
}
.AnyTagClassName
{
color: #156DB0;
}
</style>
background-color css
<style>
a { background-color: #156DB0; }
a { background-color: rgb(21,109,176); }
div.DivClassName
{
background-color: #156DB0;
}
.BgClassName
{
background-color: #156DB0;
}
</style>
border-color css
<style>
span { border-color: #156DB0; }
span { border-color: rgb(21,109,176); }
td.TdClassName
{
border-color: #156DB0;
}
.TagClassName
{
border-color: #156DB0;
}
</style>