Shades of Denim #1565BD
Tints of Denim #1565BD
RGB
CMYK
RGB Variations
Color information
#1565BD (or 0x1565BD) is known color: Denim. HEX triplet: 15, 65 and BD. RGB value is (21,101,189). Sum of RGB (Red+Green+Blue) = 21+101+189=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #1565BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565BD is #EA9A42. Grayscale: #565656. Windows color (decimal): -15374915 or 12412181. OLE color: 12412181.
HSL color Cylindrical-coordinate representation of color #1565BD: hue angle of 211.43º 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 #1565BD is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 101 | 189 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.26 |
| HSL | 211.43º | 0.8% | 0.41% | - |
| HSV(B) | 211.43º | 0.89% | 0.74% | - |
| XYZ | 14.15 | 13.14 | 49.93 | - |
| YUV | 87.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 189 | 0.89 | 0.47 | 0 | 0.26 | 211.43 | 0.8 | 0.41 |
| Hex | 15 | 65 | BD | 59 | 2F | 0 | 1A | D3 | 50 | 29 |
| Octal | 25 | 145 | 275 | 131 | 57 | 0 | 32 | 323 | 120 | 51 |
| Binary | 10101 | 1100101 | 10111101 | 1011001 | 101111 | 0 | 11010 | 11010011 | 1010000 | 101001 |
Color Harmonies of #1565BD
Complementary color
Monochromatic Colors of #1565BD
Black with #1565BD
Text Example
Text Example
White with #1565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565BD; }
p { color: rgb(21,101,189); }
H1.HeaderClassName
{
color: #1565BD;
}
.AnyTagClassName
{
color: #1565BD;
}
</style>
background-color css
<style>
a { background-color: #1565BD; }
a { background-color: rgb(21,101,189); }
div.DivClassName
{
background-color: #1565BD;
}
.BgClassName
{
background-color: #1565BD;
}
</style>
border-color css
<style>
span { border-color: #1565BD; }
span { border-color: rgb(21,101,189); }
td.TdClassName
{
border-color: #1565BD;
}
.TagClassName
{
border-color: #1565BD;
}
</style>