Shades of Denim #1553C3
Tints of Denim #1553C3
RGB
CMYK
RGB Variations
Color information
#1553C3 (or 0x1553C3) is known color: Denim. HEX triplet: 15, 53 and C3. RGB value is (21,83,195). Sum of RGB (Red+Green+Blue) = 21+83+195=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 195 (76.56% from 255 or 65.22% from 299); Max value from RGB is 195 - color contains mainly: blue. Hex color #1553C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553C3 is #EAAC3C. Grayscale: #4C4C4C. Windows color (decimal): -15379517 or 12800789. OLE color: 12800789.
HSL color Cylindrical-coordinate representation of color #1553C3: hue angle of 218.62º degrees, saturation: 0.81, 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 #1553C3 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 83 | 195 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.24 |
| HSL | 218.62º | 0.81% | 0.42% | - |
| HSV(B) | 218.62º | 0.89% | 0.76% | - |
| XYZ | 13.25 | 10.29 | 52.92 | - |
| YUV | 77.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 195 | 0.89 | 0.57 | 0 | 0.24 | 218.62 | 0.81 | 0.42 |
| Hex | 15 | 53 | C3 | 59 | 39 | 0 | 18 | DB | 51 | 2A |
| Octal | 25 | 123 | 303 | 131 | 71 | 0 | 30 | 333 | 121 | 52 |
| Binary | 10101 | 1010011 | 11000011 | 1011001 | 111001 | 0 | 11000 | 11011011 | 1010001 | 101010 |
Color Harmonies of #1553C3
Complementary color
Monochromatic Colors of #1553C3
Black with #1553C3
Text Example
Text Example
White with #1553C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553C3; }
p { color: rgb(21,83,195); }
H1.HeaderClassName
{
color: #1553C3;
}
.AnyTagClassName
{
color: #1553C3;
}
</style>
background-color css
<style>
a { background-color: #1553C3; }
a { background-color: rgb(21,83,195); }
div.DivClassName
{
background-color: #1553C3;
}
.BgClassName
{
background-color: #1553C3;
}
</style>
border-color css
<style>
span { border-color: #1553C3; }
span { border-color: rgb(21,83,195); }
td.TdClassName
{
border-color: #1553C3;
}
.TagClassName
{
border-color: #1553C3;
}
</style>