Shades of Denim #1555BC
Tints of Denim #1555BC
RGB
CMYK
RGB Variations
Color information
#1555BC (or 0x1555BC) is known color: Denim. HEX triplet: 15, 55 and BC. RGB value is (21,85,188). Sum of RGB (Red+Green+Blue) = 21+85+188=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #1555BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555BC is #EAAA43. Grayscale: #4D4D4D. Windows color (decimal): -15379012 or 12342549. OLE color: 12342549.
HSL color Cylindrical-coordinate representation of color #1555BC: hue angle of 217.01º 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 #1555BC is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 85 | 188 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.26 |
| HSL | 217.01º | 0.8% | 0.41% | - |
| HSV(B) | 217.01º | 0.89% | 0.74% | - |
| XYZ | 12.63 | 10.29 | 48.9 | - |
| YUV | 77.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 188 | 0.89 | 0.55 | 0 | 0.26 | 217.01 | 0.8 | 0.41 |
| Hex | 15 | 55 | BC | 59 | 37 | 0 | 1A | D9 | 50 | 29 |
| Octal | 25 | 125 | 274 | 131 | 67 | 0 | 32 | 331 | 120 | 51 |
| Binary | 10101 | 1010101 | 10111100 | 1011001 | 110111 | 0 | 11010 | 11011001 | 1010000 | 101001 |
Color Harmonies of #1555BC
Complementary color
Monochromatic Colors of #1555BC
Black with #1555BC
Text Example
Text Example
White with #1555BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555BC; }
p { color: rgb(21,85,188); }
H1.HeaderClassName
{
color: #1555BC;
}
.AnyTagClassName
{
color: #1555BC;
}
</style>
background-color css
<style>
a { background-color: #1555BC; }
a { background-color: rgb(21,85,188); }
div.DivClassName
{
background-color: #1555BC;
}
.BgClassName
{
background-color: #1555BC;
}
</style>
border-color css
<style>
span { border-color: #1555BC; }
span { border-color: rgb(21,85,188); }
td.TdClassName
{
border-color: #1555BC;
}
.TagClassName
{
border-color: #1555BC;
}
</style>