Shades of Denim #156FC2
Tints of Denim #156FC2
RGB
CMYK
RGB Variations
Color information
#156FC2 (or 0x156FC2) is known color: Denim. HEX triplet: 15, 6F and C2. RGB value is (21,111,194). Sum of RGB (Red+Green+Blue) = 21+111+194=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #156FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FC2 is #EA903D. Grayscale: #5D5D5D. Windows color (decimal): -15372350 or 12742421. OLE color: 12742421.
HSL color Cylindrical-coordinate representation of color #156FC2: hue angle of 208.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156FC2 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 111 | 194 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.24 |
| HSL | 208.79º | 0.8% | 0.42% | - |
| HSV(B) | 208.79º | 0.89% | 0.76% | - |
| XYZ | 15.73 | 15.42 | 53.19 | - |
| YUV | 93.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 194 | 0.89 | 0.43 | 0 | 0.24 | 208.79 | 0.8 | 0.42 |
| Hex | 15 | 6F | C2 | 59 | 2B | 0 | 18 | D1 | 50 | 2A |
| Octal | 25 | 157 | 302 | 131 | 53 | 0 | 30 | 321 | 120 | 52 |
| Binary | 10101 | 1101111 | 11000010 | 1011001 | 101011 | 0 | 11000 | 11010001 | 1010000 | 101010 |
Color Harmonies of #156FC2
Complementary color
Monochromatic Colors of #156FC2
Black with #156FC2
Text Example
Text Example
White with #156FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FC2; }
p { color: rgb(21,111,194); }
H1.HeaderClassName
{
color: #156FC2;
}
.AnyTagClassName
{
color: #156FC2;
}
</style>
background-color css
<style>
a { background-color: #156FC2; }
a { background-color: rgb(21,111,194); }
div.DivClassName
{
background-color: #156FC2;
}
.BgClassName
{
background-color: #156FC2;
}
</style>
border-color css
<style>
span { border-color: #156FC2; }
span { border-color: rgb(21,111,194); }
td.TdClassName
{
border-color: #156FC2;
}
.TagClassName
{
border-color: #156FC2;
}
</style>