Shades of Denim #1565CA
Tints of Denim #1565CA
RGB
CMYK
RGB Variations
Color information
#1565CA (or 0x1565CA) is known color: Denim. HEX triplet: 15, 65 and CA. RGB value is (21,101,202). Sum of RGB (Red+Green+Blue) = 21+101+202=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #1565CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565CA is #EA9A35. Grayscale: #585858. Windows color (decimal): -15374902 or 13264149. OLE color: 13264149.
HSL color Cylindrical-coordinate representation of color #1565CA: hue angle of 213.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1565CA is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 101 | 202 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.21 |
| HSL | 213.48º | 0.81% | 0.44% | - |
| HSV(B) | 213.48º | 0.9% | 0.79% | - |
| XYZ | 15.62 | 13.73 | 57.7 | - |
| YUV | 88.59 | 192 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 202 | 0.90 | 0.50 | 0 | 0.21 | 213.48 | 0.81 | 0.44 |
| Hex | 15 | 65 | CA | 5A | 32 | 0 | 15 | D5 | 51 | 2C |
| Octal | 25 | 145 | 312 | 132 | 62 | 0 | 25 | 325 | 121 | 54 |
| Binary | 10101 | 1100101 | 11001010 | 1011010 | 110010 | 0 | 10101 | 11010101 | 1010001 | 101100 |
Color Harmonies of #1565CA
Complementary color
Monochromatic Colors of #1565CA
Black with #1565CA
Text Example
Text Example
White with #1565CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565CA; }
p { color: rgb(21,101,202); }
H1.HeaderClassName
{
color: #1565CA;
}
.AnyTagClassName
{
color: #1565CA;
}
</style>
background-color css
<style>
a { background-color: #1565CA; }
a { background-color: rgb(21,101,202); }
div.DivClassName
{
background-color: #1565CA;
}
.BgClassName
{
background-color: #1565CA;
}
</style>
border-color css
<style>
span { border-color: #1565CA; }
span { border-color: rgb(21,101,202); }
td.TdClassName
{
border-color: #1565CA;
}
.TagClassName
{
border-color: #1565CA;
}
</style>