Shades of Denim #1568BC
Tints of Denim #1568BC
RGB
CMYK
RGB Variations
Color information
#1568BC (or 0x1568BC) is known color: Denim. HEX triplet: 15, 68 and BC. RGB value is (21,104,188). Sum of RGB (Red+Green+Blue) = 21+104+188=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #1568BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568BC is #EA9743. Grayscale: #585858. Windows color (decimal): -15374148 or 12347413. OLE color: 12347413.
HSL color Cylindrical-coordinate representation of color #1568BC: hue angle of 210.18º 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 #1568BC is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 104 | 188 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.26 |
| HSL | 210.18º | 0.8% | 0.41% | - |
| HSV(B) | 210.18º | 0.89% | 0.74% | - |
| XYZ | 14.34 | 13.69 | 49.46 | - |
| YUV | 88.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 188 | 0.89 | 0.45 | 0 | 0.26 | 210.18 | 0.8 | 0.41 |
| Hex | 15 | 68 | BC | 59 | 2D | 0 | 1A | D2 | 50 | 29 |
| Octal | 25 | 150 | 274 | 131 | 55 | 0 | 32 | 322 | 120 | 51 |
| Binary | 10101 | 1101000 | 10111100 | 1011001 | 101101 | 0 | 11010 | 11010010 | 1010000 | 101001 |
Color Harmonies of #1568BC
Complementary color
Monochromatic Colors of #1568BC
Black with #1568BC
Text Example
Text Example
White with #1568BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568BC; }
p { color: rgb(21,104,188); }
H1.HeaderClassName
{
color: #1568BC;
}
.AnyTagClassName
{
color: #1568BC;
}
</style>
background-color css
<style>
a { background-color: #1568BC; }
a { background-color: rgb(21,104,188); }
div.DivClassName
{
background-color: #1568BC;
}
.BgClassName
{
background-color: #1568BC;
}
</style>
border-color css
<style>
span { border-color: #1568BC; }
span { border-color: rgb(21,104,188); }
td.TdClassName
{
border-color: #1568BC;
}
.TagClassName
{
border-color: #1568BC;
}
</style>