Shades of Denim #1565AD
Tints of Denim #1565AD
RGB
CMYK
RGB Variations
Color information
#1565AD (or 0x1565AD) is known color: Denim. HEX triplet: 15, 65 and AD. RGB value is (21,101,173). Sum of RGB (Red+Green+Blue) = 21+101+173=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1565AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1565AD is #EA9A52. Grayscale: #545454. Windows color (decimal): -15374931 or 11363605. OLE color: 11363605.
HSL color Cylindrical-coordinate representation of color #1565AD: hue angle of 208.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1565AD is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 101 | 173 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.32 |
| HSL | 208.42º | 0.78% | 0.38% | - |
| HSV(B) | 208.42º | 0.88% | 0.68% | - |
| XYZ | 12.51 | 12.48 | 41.29 | - |
| YUV | 85.29 | 177.5 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 173 | 0.88 | 0.42 | 0 | 0.32 | 208.42 | 0.78 | 0.38 |
| Hex | 15 | 65 | AD | 58 | 2A | 0 | 20 | D0 | 4E | 26 |
| Octal | 25 | 145 | 255 | 130 | 52 | 0 | 40 | 320 | 116 | 46 |
| Binary | 10101 | 1100101 | 10101101 | 1011000 | 101010 | 0 | 100000 | 11010000 | 1001110 | 100110 |
Color Harmonies of #1565AD
Complementary color
Monochromatic Colors of #1565AD
Black with #1565AD
Text Example
Text Example
White with #1565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565AD; }
p { color: rgb(21,101,173); }
H1.HeaderClassName
{
color: #1565AD;
}
.AnyTagClassName
{
color: #1565AD;
}
</style>
background-color css
<style>
a { background-color: #1565AD; }
a { background-color: rgb(21,101,173); }
div.DivClassName
{
background-color: #1565AD;
}
.BgClassName
{
background-color: #1565AD;
}
</style>
border-color css
<style>
span { border-color: #1565AD; }
span { border-color: rgb(21,101,173); }
td.TdClassName
{
border-color: #1565AD;
}
.TagClassName
{
border-color: #1565AD;
}
</style>