Shades of Denim #155CD0
Tints of Denim #155CD0
RGB
CMYK
RGB Variations
Color information
#155CD0 (or 0x155CD0) is known color: Denim. HEX triplet: 15, 5C and D0. RGB value is (21,92,208). Sum of RGB (Red+Green+Blue) = 21+92+208=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #155CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CD0 is #EAA32F. Grayscale: #535353. Windows color (decimal): -15377200 or 13655061. OLE color: 13655061.
HSL color Cylindrical-coordinate representation of color #155CD0: hue angle of 217.22º 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 #155CD0 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 92 | 208 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.18 |
| HSL | 217.22º | 0.82% | 0.45% | - |
| HSV(B) | 217.22º | 0.9% | 0.82% | - |
| XYZ | 15.52 | 12.37 | 61.24 | - |
| YUV | 84 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 208 | 0.90 | 0.56 | 0 | 0.18 | 217.22 | 0.82 | 0.45 |
| Hex | 15 | 5C | D0 | 5A | 38 | 0 | 12 | D9 | 52 | 2D |
| Octal | 25 | 134 | 320 | 132 | 70 | 0 | 22 | 331 | 122 | 55 |
| Binary | 10101 | 1011100 | 11010000 | 1011010 | 111000 | 0 | 10010 | 11011001 | 1010010 | 101101 |
Color Harmonies of #155CD0
Complementary color
Monochromatic Colors of #155CD0
Black with #155CD0
Text Example
Text Example
White with #155CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CD0; }
p { color: rgb(21,92,208); }
H1.HeaderClassName
{
color: #155CD0;
}
.AnyTagClassName
{
color: #155CD0;
}
</style>
background-color css
<style>
a { background-color: #155CD0; }
a { background-color: rgb(21,92,208); }
div.DivClassName
{
background-color: #155CD0;
}
.BgClassName
{
background-color: #155CD0;
}
</style>
border-color css
<style>
span { border-color: #155CD0; }
span { border-color: rgb(21,92,208); }
td.TdClassName
{
border-color: #155CD0;
}
.TagClassName
{
border-color: #155CD0;
}
</style>