Shades of Denim #155CC8
Tints of Denim #155CC8
RGB
CMYK
RGB Variations
Color information
#155CC8 (or 0x155CC8) is known color: Denim. HEX triplet: 15, 5C and C8. RGB value is (21,92,200). Sum of RGB (Red+Green+Blue) = 21+92+200=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #155CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CC8 is #EAA337. Grayscale: #525252. Windows color (decimal): -15377208 or 13130773. OLE color: 13130773.
HSL color Cylindrical-coordinate representation of color #155CC8: hue angle of 216.2º 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 #155CC8 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 92 | 200 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.22 |
| HSL | 216.2º | 0.81% | 0.43% | - |
| HSV(B) | 216.2º | 0.9% | 0.78% | - |
| XYZ | 14.56 | 11.98 | 56.19 | - |
| YUV | 83.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 200 | 0.90 | 0.54 | 0 | 0.22 | 216.2 | 0.81 | 0.43 |
| Hex | 15 | 5C | C8 | 5A | 36 | 0 | 16 | D8 | 51 | 2B |
| Octal | 25 | 134 | 310 | 132 | 66 | 0 | 26 | 330 | 121 | 53 |
| Binary | 10101 | 1011100 | 11001000 | 1011010 | 110110 | 0 | 10110 | 11011000 | 1010001 | 101011 |
Color Harmonies of #155CC8
Complementary color
Monochromatic Colors of #155CC8
Black with #155CC8
Text Example
Text Example
White with #155CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CC8; }
p { color: rgb(21,92,200); }
H1.HeaderClassName
{
color: #155CC8;
}
.AnyTagClassName
{
color: #155CC8;
}
</style>
background-color css
<style>
a { background-color: #155CC8; }
a { background-color: rgb(21,92,200); }
div.DivClassName
{
background-color: #155CC8;
}
.BgClassName
{
background-color: #155CC8;
}
</style>
border-color css
<style>
span { border-color: #155CC8; }
span { border-color: rgb(21,92,200); }
td.TdClassName
{
border-color: #155CC8;
}
.TagClassName
{
border-color: #155CC8;
}
</style>