Shades of Denim #1568A5
Tints of Denim #1568A5
RGB
CMYK
RGB Variations
Color information
#1568A5 (or 0x1568A5) is known color: Denim. HEX triplet: 15, 68 and A5. RGB value is (21,104,165). Sum of RGB (Red+Green+Blue) = 21+104+165=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #1568A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1568A5 is #EA975A. Grayscale: #555555. Windows color (decimal): -15374171 or 10840085. OLE color: 10840085.
HSL color Cylindrical-coordinate representation of color #1568A5: hue angle of 205.42º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1568A5 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 104 | 165 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.35 |
| HSL | 205.42º | 0.77% | 0.36% | - |
| HSV(B) | 205.42º | 0.87% | 0.65% | - |
| XYZ | 12.05 | 12.78 | 37.43 | - |
| YUV | 86.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 165 | 0.87 | 0.37 | 0 | 0.35 | 205.42 | 0.77 | 0.36 |
| Hex | 15 | 68 | A5 | 57 | 25 | 0 | 23 | CD | 4D | 24 |
| Octal | 25 | 150 | 245 | 127 | 45 | 0 | 43 | 315 | 115 | 44 |
| Binary | 10101 | 1101000 | 10100101 | 1010111 | 100101 | 0 | 100011 | 11001101 | 1001101 | 100100 |
Color Harmonies of #1568A5
Complementary color
Monochromatic Colors of #1568A5
Black with #1568A5
Text Example
Text Example
White with #1568A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568A5; }
p { color: rgb(21,104,165); }
H1.HeaderClassName
{
color: #1568A5;
}
.AnyTagClassName
{
color: #1568A5;
}
</style>
background-color css
<style>
a { background-color: #1568A5; }
a { background-color: rgb(21,104,165); }
div.DivClassName
{
background-color: #1568A5;
}
.BgClassName
{
background-color: #1568A5;
}
</style>
border-color css
<style>
span { border-color: #1568A5; }
span { border-color: rgb(21,104,165); }
td.TdClassName
{
border-color: #1568A5;
}
.TagClassName
{
border-color: #1568A5;
}
</style>