Shades of Denim #155CC4
Tints of Denim #155CC4
RGB
CMYK
RGB Variations
Color information
#155CC4 (or 0x155CC4) is known color: Denim. HEX triplet: 15, 5C and C4. RGB value is (21,92,196). Sum of RGB (Red+Green+Blue) = 21+92+196=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #155CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CC4 is #EAA33B. Grayscale: #525252. Windows color (decimal): -15377212 or 12868629. OLE color: 12868629.
HSL color Cylindrical-coordinate representation of color #155CC4: hue angle of 215.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155CC4 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 92 | 196 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.23 |
| HSL | 215.66º | 0.81% | 0.43% | - |
| HSV(B) | 215.66º | 0.89% | 0.77% | - |
| XYZ | 14.1 | 11.8 | 53.76 | - |
| YUV | 82.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 196 | 0.89 | 0.53 | 0 | 0.23 | 215.66 | 0.81 | 0.43 |
| Hex | 15 | 5C | C4 | 59 | 35 | 0 | 17 | D8 | 51 | 2B |
| Octal | 25 | 134 | 304 | 131 | 65 | 0 | 27 | 330 | 121 | 53 |
| Binary | 10101 | 1011100 | 11000100 | 1011001 | 110101 | 0 | 10111 | 11011000 | 1010001 | 101011 |
Color Harmonies of #155CC4
Complementary color
Monochromatic Colors of #155CC4
Black with #155CC4
Text Example
Text Example
White with #155CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CC4; }
p { color: rgb(21,92,196); }
H1.HeaderClassName
{
color: #155CC4;
}
.AnyTagClassName
{
color: #155CC4;
}
</style>
background-color css
<style>
a { background-color: #155CC4; }
a { background-color: rgb(21,92,196); }
div.DivClassName
{
background-color: #155CC4;
}
.BgClassName
{
background-color: #155CC4;
}
</style>
border-color css
<style>
span { border-color: #155CC4; }
span { border-color: rgb(21,92,196); }
td.TdClassName
{
border-color: #155CC4;
}
.TagClassName
{
border-color: #155CC4;
}
</style>