Shades of Denim #155CD2
Tints of Denim #155CD2
RGB
CMYK
RGB Variations
Color information
#155CD2 (or 0x155CD2) is known color: Denim. HEX triplet: 15, 5C and D2. RGB value is (21,92,210). Sum of RGB (Red+Green+Blue) = 21+92+210=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #155CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CD2 is #EAA32D. Grayscale: #535353. Windows color (decimal): -15377198 or 13786133. OLE color: 13786133.
HSL color Cylindrical-coordinate representation of color #155CD2: hue angle of 217.46º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CD2 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 92 | 210 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.18 |
| HSL | 217.46º | 0.82% | 0.45% | - |
| HSV(B) | 217.46º | 0.9% | 0.82% | - |
| XYZ | 15.77 | 12.47 | 62.55 | - |
| YUV | 84.22 | 198.98 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 210 | 0.90 | 0.56 | 0 | 0.18 | 217.46 | 0.82 | 0.45 |
| Hex | 15 | 5C | D2 | 5A | 38 | 0 | 12 | D9 | 52 | 2D |
| Octal | 25 | 134 | 322 | 132 | 70 | 0 | 22 | 331 | 122 | 55 |
| Binary | 10101 | 1011100 | 11010010 | 1011010 | 111000 | 0 | 10010 | 11011001 | 1010010 | 101101 |
Color Harmonies of #155CD2
Complementary color
Monochromatic Colors of #155CD2
Black with #155CD2
Text Example
Text Example
White with #155CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CD2; }
p { color: rgb(21,92,210); }
H1.HeaderClassName
{
color: #155CD2;
}
.AnyTagClassName
{
color: #155CD2;
}
</style>
background-color css
<style>
a { background-color: #155CD2; }
a { background-color: rgb(21,92,210); }
div.DivClassName
{
background-color: #155CD2;
}
.BgClassName
{
background-color: #155CD2;
}
</style>
border-color css
<style>
span { border-color: #155CD2; }
span { border-color: rgb(21,92,210); }
td.TdClassName
{
border-color: #155CD2;
}
.TagClassName
{
border-color: #155CD2;
}
</style>