Shades of Denim #1553CD
Tints of Denim #1553CD
RGB
CMYK
RGB Variations
Color information
#1553CD (or 0x1553CD) is known color: Denim. HEX triplet: 15, 53 and CD. RGB value is (21,83,205). Sum of RGB (Red+Green+Blue) = 21+83+205=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #1553CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CD is #EAAC32. Grayscale: #4D4D4D. Windows color (decimal): -15379507 or 13456149. OLE color: 13456149.
HSL color Cylindrical-coordinate representation of color #1553CD: hue angle of 219.78º 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 #1553CD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 83 | 205 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.20 |
| HSL | 219.78º | 0.81% | 0.44% | - |
| HSV(B) | 219.78º | 0.9% | 0.8% | - |
| XYZ | 14.42 | 10.75 | 59.07 | - |
| YUV | 78.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 205 | 0.90 | 0.60 | 0 | 0.20 | 219.78 | 0.81 | 0.44 |
| Hex | 15 | 53 | CD | 5A | 3C | 0 | 14 | DC | 51 | 2C |
| Octal | 25 | 123 | 315 | 132 | 74 | 0 | 24 | 334 | 121 | 54 |
| Binary | 10101 | 1010011 | 11001101 | 1011010 | 111100 | 0 | 10100 | 11011100 | 1010001 | 101100 |
Color Harmonies of #1553CD
Complementary color
Monochromatic Colors of #1553CD
Black with #1553CD
Text Example
Text Example
White with #1553CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553CD; }
p { color: rgb(21,83,205); }
H1.HeaderClassName
{
color: #1553CD;
}
.AnyTagClassName
{
color: #1553CD;
}
</style>
background-color css
<style>
a { background-color: #1553CD; }
a { background-color: rgb(21,83,205); }
div.DivClassName
{
background-color: #1553CD;
}
.BgClassName
{
background-color: #1553CD;
}
</style>
border-color css
<style>
span { border-color: #1553CD; }
span { border-color: rgb(21,83,205); }
td.TdClassName
{
border-color: #1553CD;
}
.TagClassName
{
border-color: #1553CD;
}
</style>