Shades of Denim #156EBB
Tints of Denim #156EBB
RGB
CMYK
RGB Variations
Color information
#156EBB (or 0x156EBB) is known color: Denim. HEX triplet: 15, 6E and BB. RGB value is (21,110,187). Sum of RGB (Red+Green+Blue) = 21+110+187=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #156EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EBB is #EA9144. Grayscale: #5B5B5B. Windows color (decimal): -15372613 or 12283413. OLE color: 12283413.
HSL color Cylindrical-coordinate representation of color #156EBB: hue angle of 207.83º 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 #156EBB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 110 | 187 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.27 |
| HSL | 207.83º | 0.8% | 0.41% | - |
| HSV(B) | 207.83º | 0.89% | 0.73% | - |
| XYZ | 14.85 | 14.9 | 49.11 | - |
| YUV | 92.17 | 181.51 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 187 | 0.89 | 0.41 | 0 | 0.27 | 207.83 | 0.8 | 0.41 |
| Hex | 15 | 6E | BB | 59 | 29 | 0 | 1B | D0 | 50 | 29 |
| Octal | 25 | 156 | 273 | 131 | 51 | 0 | 33 | 320 | 120 | 51 |
| Binary | 10101 | 1101110 | 10111011 | 1011001 | 101001 | 0 | 11011 | 11010000 | 1010000 | 101001 |
Color Harmonies of #156EBB
Complementary color
Monochromatic Colors of #156EBB
Black with #156EBB
Text Example
Text Example
White with #156EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EBB; }
p { color: rgb(21,110,187); }
H1.HeaderClassName
{
color: #156EBB;
}
.AnyTagClassName
{
color: #156EBB;
}
</style>
background-color css
<style>
a { background-color: #156EBB; }
a { background-color: rgb(21,110,187); }
div.DivClassName
{
background-color: #156EBB;
}
.BgClassName
{
background-color: #156EBB;
}
</style>
border-color css
<style>
span { border-color: #156EBB; }
span { border-color: rgb(21,110,187); }
td.TdClassName
{
border-color: #156EBB;
}
.TagClassName
{
border-color: #156EBB;
}
</style>