Shades of Denim #1D56BD
Tints of Denim #1D56BD
RGB
CMYK
RGB Variations
Color information
#1D56BD (or 0x1D56BD) is known color: Denim. HEX triplet: 1D, 56 and BD. RGB value is (29,86,189). Sum of RGB (Red+Green+Blue) = 29+86+189=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D56BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D56BD is #E2A942. Grayscale: #505050. Windows color (decimal): -14854467 or 12408349. OLE color: 12408349.
HSL color Cylindrical-coordinate representation of color #1D56BD: hue angle of 218.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D56BD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 86 | 189 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.26 |
| HSL | 218.63º | 0.73% | 0.43% | - |
| HSV(B) | 218.63º | 0.85% | 0.74% | - |
| XYZ | 13.02 | 10.59 | 49.5 | - |
| YUV | 80.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 189 | 0.85 | 0.54 | 0 | 0.26 | 218.63 | 0.73 | 0.43 |
| Hex | 1D | 56 | BD | 55 | 36 | 0 | 1A | DB | 49 | 2B |
| Octal | 35 | 126 | 275 | 125 | 66 | 0 | 32 | 333 | 111 | 53 |
| Binary | 11101 | 1010110 | 10111101 | 1010101 | 110110 | 0 | 11010 | 11011011 | 1001001 | 101011 |
Color Harmonies of #1D56BD
Complementary color
Monochromatic Colors of #1D56BD
Black with #1D56BD
Text Example
Text Example
White with #1D56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D56BD; }
p { color: rgb(29,86,189); }
H1.HeaderClassName
{
color: #1D56BD;
}
.AnyTagClassName
{
color: #1D56BD;
}
</style>
background-color css
<style>
a { background-color: #1D56BD; }
a { background-color: rgb(29,86,189); }
div.DivClassName
{
background-color: #1D56BD;
}
.BgClassName
{
background-color: #1D56BD;
}
</style>
border-color css
<style>
span { border-color: #1D56BD; }
span { border-color: rgb(29,86,189); }
td.TdClassName
{
border-color: #1D56BD;
}
.TagClassName
{
border-color: #1D56BD;
}
</style>