Shades of Denim #156DB2
Tints of Denim #156DB2
RGB
CMYK
RGB Variations
Color information
#156DB2 (or 0x156DB2) is known color: Denim. HEX triplet: 15, 6D and B2. RGB value is (21,109,178). Sum of RGB (Red+Green+Blue) = 21+109+178=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #156DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156DB2 is #EA924D. Grayscale: #5A5A5A. Windows color (decimal): -15372878 or 11693333. OLE color: 11693333.
HSL color Cylindrical-coordinate representation of color #156DB2: hue angle of 206.37º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156DB2 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 109 | 178 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.30 |
| HSL | 206.37º | 0.79% | 0.39% | - |
| HSV(B) | 206.37º | 0.88% | 0.7% | - |
| XYZ | 13.81 | 14.31 | 44.15 | - |
| YUV | 90.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 178 | 0.88 | 0.39 | 0 | 0.30 | 206.37 | 0.79 | 0.39 |
| Hex | 15 | 6D | B2 | 58 | 27 | 0 | 1E | CE | 4F | 27 |
| Octal | 25 | 155 | 262 | 130 | 47 | 0 | 36 | 316 | 117 | 47 |
| Binary | 10101 | 1101101 | 10110010 | 1011000 | 100111 | 0 | 11110 | 11001110 | 1001111 | 100111 |
Color Harmonies of #156DB2
Complementary color
Monochromatic Colors of #156DB2
Black with #156DB2
Text Example
Text Example
White with #156DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DB2; }
p { color: rgb(21,109,178); }
H1.HeaderClassName
{
color: #156DB2;
}
.AnyTagClassName
{
color: #156DB2;
}
</style>
background-color css
<style>
a { background-color: #156DB2; }
a { background-color: rgb(21,109,178); }
div.DivClassName
{
background-color: #156DB2;
}
.BgClassName
{
background-color: #156DB2;
}
</style>
border-color css
<style>
span { border-color: #156DB2; }
span { border-color: rgb(21,109,178); }
td.TdClassName
{
border-color: #156DB2;
}
.TagClassName
{
border-color: #156DB2;
}
</style>