Shades of Denim #155CC2
Tints of Denim #155CC2
RGB
CMYK
RGB Variations
Color information
#155CC2 (or 0x155CC2) is known color: Denim. HEX triplet: 15, 5C and C2. RGB value is (21,92,194). Sum of RGB (Red+Green+Blue) = 21+92+194=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #155CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CC2 is #EAA33D. Grayscale: #515151. Windows color (decimal): -15377214 or 12737557. OLE color: 12737557.
HSL color Cylindrical-coordinate representation of color #155CC2: hue angle of 215.38º 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 #155CC2 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 92 | 194 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.24 |
| HSL | 215.38º | 0.8% | 0.42% | - |
| HSV(B) | 215.38º | 0.89% | 0.76% | - |
| XYZ | 13.87 | 11.71 | 52.57 | - |
| YUV | 82.4 | 190.98 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 194 | 0.89 | 0.53 | 0 | 0.24 | 215.38 | 0.8 | 0.42 |
| Hex | 15 | 5C | C2 | 59 | 35 | 0 | 18 | D7 | 50 | 2A |
| Octal | 25 | 134 | 302 | 131 | 65 | 0 | 30 | 327 | 120 | 52 |
| Binary | 10101 | 1011100 | 11000010 | 1011001 | 110101 | 0 | 11000 | 11010111 | 1010000 | 101010 |
Color Harmonies of #155CC2
Complementary color
Monochromatic Colors of #155CC2
Black with #155CC2
Text Example
Text Example
White with #155CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CC2; }
p { color: rgb(21,92,194); }
H1.HeaderClassName
{
color: #155CC2;
}
.AnyTagClassName
{
color: #155CC2;
}
</style>
background-color css
<style>
a { background-color: #155CC2; }
a { background-color: rgb(21,92,194); }
div.DivClassName
{
background-color: #155CC2;
}
.BgClassName
{
background-color: #155CC2;
}
</style>
border-color css
<style>
span { border-color: #155CC2; }
span { border-color: rgb(21,92,194); }
td.TdClassName
{
border-color: #155CC2;
}
.TagClassName
{
border-color: #155CC2;
}
</style>