Shades of Denim #155CCD
Tints of Denim #155CCD
RGB
CMYK
RGB Variations
Color information
#155CCD (or 0x155CCD) is known color: Denim. HEX triplet: 15, 5C and CD. RGB value is (21,92,205). Sum of RGB (Red+Green+Blue) = 21+92+205=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #155CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CCD is #EAA332. Grayscale: #535353. Windows color (decimal): -15377203 or 13458453. OLE color: 13458453.
HSL color Cylindrical-coordinate representation of color #155CCD: hue angle of 216.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CCD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 92 | 205 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.20 |
| HSL | 216.85º | 0.81% | 0.44% | - |
| HSV(B) | 216.85º | 0.9% | 0.8% | - |
| XYZ | 15.16 | 12.22 | 59.32 | - |
| YUV | 83.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 205 | 0.90 | 0.55 | 0 | 0.20 | 216.85 | 0.81 | 0.44 |
| Hex | 15 | 5C | CD | 5A | 37 | 0 | 14 | D9 | 51 | 2C |
| Octal | 25 | 134 | 315 | 132 | 67 | 0 | 24 | 331 | 121 | 54 |
| Binary | 10101 | 1011100 | 11001101 | 1011010 | 110111 | 0 | 10100 | 11011001 | 1010001 | 101100 |
Color Harmonies of #155CCD
Complementary color
Monochromatic Colors of #155CCD
Black with #155CCD
Text Example
Text Example
White with #155CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CCD; }
p { color: rgb(21,92,205); }
H1.HeaderClassName
{
color: #155CCD;
}
.AnyTagClassName
{
color: #155CCD;
}
</style>
background-color css
<style>
a { background-color: #155CCD; }
a { background-color: rgb(21,92,205); }
div.DivClassName
{
background-color: #155CCD;
}
.BgClassName
{
background-color: #155CCD;
}
</style>
border-color css
<style>
span { border-color: #155CCD; }
span { border-color: rgb(21,92,205); }
td.TdClassName
{
border-color: #155CCD;
}
.TagClassName
{
border-color: #155CCD;
}
</style>