Shades of Denim #156CC7
Tints of Denim #156CC7
RGB
CMYK
RGB Variations
Color information
#156CC7 (or 0x156CC7) is known color: Denim. HEX triplet: 15, 6C and C7. RGB value is (21,108,199). Sum of RGB (Red+Green+Blue) = 21+108+199=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #156CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CC7 is #EA9338. Grayscale: #5B5B5B. Windows color (decimal): -15373113 or 13069333. OLE color: 13069333.
HSL color Cylindrical-coordinate representation of color #156CC7: hue angle of 210.67º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156CC7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 108 | 199 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.22 |
| HSL | 210.67º | 0.81% | 0.43% | - |
| HSV(B) | 210.67º | 0.89% | 0.78% | - |
| XYZ | 15.98 | 15.01 | 56.09 | - |
| YUV | 92.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 199 | 0.89 | 0.46 | 0 | 0.22 | 210.67 | 0.81 | 0.43 |
| Hex | 15 | 6C | C7 | 59 | 2E | 0 | 16 | D3 | 51 | 2B |
| Octal | 25 | 154 | 307 | 131 | 56 | 0 | 26 | 323 | 121 | 53 |
| Binary | 10101 | 1101100 | 11000111 | 1011001 | 101110 | 0 | 10110 | 11010011 | 1010001 | 101011 |
Color Harmonies of #156CC7
Complementary color
Monochromatic Colors of #156CC7
Black with #156CC7
Text Example
Text Example
White with #156CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CC7; }
p { color: rgb(21,108,199); }
H1.HeaderClassName
{
color: #156CC7;
}
.AnyTagClassName
{
color: #156CC7;
}
</style>
background-color css
<style>
a { background-color: #156CC7; }
a { background-color: rgb(21,108,199); }
div.DivClassName
{
background-color: #156CC7;
}
.BgClassName
{
background-color: #156CC7;
}
</style>
border-color css
<style>
span { border-color: #156CC7; }
span { border-color: rgb(21,108,199); }
td.TdClassName
{
border-color: #156CC7;
}
.TagClassName
{
border-color: #156CC7;
}
</style>