Shades of Denim #1553BC
Tints of Denim #1553BC
RGB
CMYK
RGB Variations
Color information
#1553BC (or 0x1553BC) is known color: Denim. HEX triplet: 15, 53 and BC. RGB value is (21,83,188). Sum of RGB (Red+Green+Blue) = 21+83+188=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1553BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553BC is #EAAC43. Grayscale: #4B4B4B. Windows color (decimal): -15379524 or 12342037. OLE color: 12342037.
HSL color Cylindrical-coordinate representation of color #1553BC: hue angle of 217.72º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1553BC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 83 | 188 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.26 |
| HSL | 217.72º | 0.8% | 0.41% | - |
| HSV(B) | 217.72º | 0.89% | 0.74% | - |
| XYZ | 12.48 | 9.98 | 48.84 | - |
| YUV | 76.43 | 190.96 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 188 | 0.89 | 0.56 | 0 | 0.26 | 217.72 | 0.8 | 0.41 |
| Hex | 15 | 53 | BC | 59 | 38 | 0 | 1A | DA | 50 | 29 |
| Octal | 25 | 123 | 274 | 131 | 70 | 0 | 32 | 332 | 120 | 51 |
| Binary | 10101 | 1010011 | 10111100 | 1011001 | 111000 | 0 | 11010 | 11011010 | 1010000 | 101001 |
Color Harmonies of #1553BC
Complementary color
Monochromatic Colors of #1553BC
Black with #1553BC
Text Example
Text Example
White with #1553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553BC; }
p { color: rgb(21,83,188); }
H1.HeaderClassName
{
color: #1553BC;
}
.AnyTagClassName
{
color: #1553BC;
}
</style>
background-color css
<style>
a { background-color: #1553BC; }
a { background-color: rgb(21,83,188); }
div.DivClassName
{
background-color: #1553BC;
}
.BgClassName
{
background-color: #1553BC;
}
</style>
border-color css
<style>
span { border-color: #1553BC; }
span { border-color: rgb(21,83,188); }
td.TdClassName
{
border-color: #1553BC;
}
.TagClassName
{
border-color: #1553BC;
}
</style>