Shades of Denim #1565A6
Tints of Denim #1565A6
RGB
CMYK
RGB Variations
Color information
#1565A6 (or 0x1565A6) is known color: Denim. HEX triplet: 15, 65 and A6. RGB value is (21,101,166). Sum of RGB (Red+Green+Blue) = 21+101+166=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #1565A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1565A6 is #EA9A59. Grayscale: #545454. Windows color (decimal): -15374938 or 10904853. OLE color: 10904853.
HSL color Cylindrical-coordinate representation of color #1565A6: hue angle of 206.9º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1565A6 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 101 | 166 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.35 |
| HSL | 206.9º | 0.78% | 0.37% | - |
| HSV(B) | 206.9º | 0.87% | 0.65% | - |
| XYZ | 11.85 | 12.22 | 37.81 | - |
| YUV | 84.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 166 | 0.87 | 0.39 | 0 | 0.35 | 206.9 | 0.78 | 0.37 |
| Hex | 15 | 65 | A6 | 57 | 27 | 0 | 23 | CF | 4E | 25 |
| Octal | 25 | 145 | 246 | 127 | 47 | 0 | 43 | 317 | 116 | 45 |
| Binary | 10101 | 1100101 | 10100110 | 1010111 | 100111 | 0 | 100011 | 11001111 | 1001110 | 100101 |
Color Harmonies of #1565A6
Complementary color
Monochromatic Colors of #1565A6
Black with #1565A6
Text Example
Text Example
White with #1565A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565A6; }
p { color: rgb(21,101,166); }
H1.HeaderClassName
{
color: #1565A6;
}
.AnyTagClassName
{
color: #1565A6;
}
</style>
background-color css
<style>
a { background-color: #1565A6; }
a { background-color: rgb(21,101,166); }
div.DivClassName
{
background-color: #1565A6;
}
.BgClassName
{
background-color: #1565A6;
}
</style>
border-color css
<style>
span { border-color: #1565A6; }
span { border-color: rgb(21,101,166); }
td.TdClassName
{
border-color: #1565A6;
}
.TagClassName
{
border-color: #1565A6;
}
</style>