Shades of Denim #156BCA
Tints of Denim #156BCA
RGB
CMYK
RGB Variations
Color information
#156BCA (or 0x156BCA) is known color: Denim. HEX triplet: 15, 6B and CA. RGB value is (21,107,202). Sum of RGB (Red+Green+Blue) = 21+107+202=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #156BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BCA is #EA9435. Grayscale: #5B5B5B. Windows color (decimal): -15373366 or 13265685. OLE color: 13265685.
HSL color Cylindrical-coordinate representation of color #156BCA: hue angle of 211.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156BCA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 107 | 202 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.21 |
| HSL | 211.49º | 0.81% | 0.44% | - |
| HSV(B) | 211.49º | 0.9% | 0.79% | - |
| XYZ | 16.23 | 14.94 | 57.91 | - |
| YUV | 92.12 | 190.01 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 202 | 0.90 | 0.47 | 0 | 0.21 | 211.49 | 0.81 | 0.44 |
| Hex | 15 | 6B | CA | 5A | 2F | 0 | 15 | D3 | 51 | 2C |
| Octal | 25 | 153 | 312 | 132 | 57 | 0 | 25 | 323 | 121 | 54 |
| Binary | 10101 | 1101011 | 11001010 | 1011010 | 101111 | 0 | 10101 | 11010011 | 1010001 | 101100 |
Color Harmonies of #156BCA
Complementary color
Monochromatic Colors of #156BCA
Black with #156BCA
Text Example
Text Example
White with #156BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156BCA; }
p { color: rgb(21,107,202); }
H1.HeaderClassName
{
color: #156BCA;
}
.AnyTagClassName
{
color: #156BCA;
}
</style>
background-color css
<style>
a { background-color: #156BCA; }
a { background-color: rgb(21,107,202); }
div.DivClassName
{
background-color: #156BCA;
}
.BgClassName
{
background-color: #156BCA;
}
</style>
border-color css
<style>
span { border-color: #156BCA; }
span { border-color: rgb(21,107,202); }
td.TdClassName
{
border-color: #156BCA;
}
.TagClassName
{
border-color: #156BCA;
}
</style>