Shades of Denim #1565BC
Tints of Denim #1565BC
RGB
CMYK
RGB Variations
Color information
#1565BC (or 0x1565BC) is known color: Denim. HEX triplet: 15, 65 and BC. RGB value is (21,101,188). Sum of RGB (Red+Green+Blue) = 21+101+188=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #1565BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565BC is #EA9A43. Grayscale: #565656. Windows color (decimal): -15374916 or 12346645. OLE color: 12346645.
HSL color Cylindrical-coordinate representation of color #1565BC: hue angle of 211.26º 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 #1565BC is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 101 | 188 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.26 |
| HSL | 211.26º | 0.8% | 0.41% | - |
| HSV(B) | 211.26º | 0.89% | 0.74% | - |
| XYZ | 14.04 | 13.1 | 49.37 | - |
| YUV | 87 | 185 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 188 | 0.89 | 0.46 | 0 | 0.26 | 211.26 | 0.8 | 0.41 |
| Hex | 15 | 65 | BC | 59 | 2E | 0 | 1A | D3 | 50 | 29 |
| Octal | 25 | 145 | 274 | 131 | 56 | 0 | 32 | 323 | 120 | 51 |
| Binary | 10101 | 1100101 | 10111100 | 1011001 | 101110 | 0 | 11010 | 11010011 | 1010000 | 101001 |
Color Harmonies of #1565BC
Complementary color
Monochromatic Colors of #1565BC
Black with #1565BC
Text Example
Text Example
White with #1565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565BC; }
p { color: rgb(21,101,188); }
H1.HeaderClassName
{
color: #1565BC;
}
.AnyTagClassName
{
color: #1565BC;
}
</style>
background-color css
<style>
a { background-color: #1565BC; }
a { background-color: rgb(21,101,188); }
div.DivClassName
{
background-color: #1565BC;
}
.BgClassName
{
background-color: #1565BC;
}
</style>
border-color css
<style>
span { border-color: #1565BC; }
span { border-color: rgb(21,101,188); }
td.TdClassName
{
border-color: #1565BC;
}
.TagClassName
{
border-color: #1565BC;
}
</style>