Shades of Denim #1D5BC5
Tints of Denim #1D5BC5
RGB
CMYK
RGB Variations
Color information
#1D5BC5 (or 0x1D5BC5) is known color: Denim. HEX triplet: 1D, 5B and C5. RGB value is (29,91,197). Sum of RGB (Red+Green+Blue) = 29+91+197=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 197 (77.34% from 255 or 62.15% from 317); Max value from RGB is 197 - color contains mainly: blue. Hex color #1D5BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BC5 is #E2A43A. Grayscale: #545454. Windows color (decimal): -14853179 or 12933917. OLE color: 12933917.
HSL color Cylindrical-coordinate representation of color #1D5BC5: hue angle of 217.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D5BC5 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 91 | 197 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.23 |
| HSL | 217.86º | 0.74% | 0.44% | - |
| HSV(B) | 217.86º | 0.85% | 0.77% | - |
| XYZ | 14.33 | 11.77 | 54.34 | - |
| YUV | 84.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 197 | 0.85 | 0.54 | 0 | 0.23 | 217.86 | 0.74 | 0.44 |
| Hex | 1D | 5B | C5 | 55 | 36 | 0 | 17 | DA | 4A | 2C |
| Octal | 35 | 133 | 305 | 125 | 66 | 0 | 27 | 332 | 112 | 54 |
| Binary | 11101 | 1011011 | 11000101 | 1010101 | 110110 | 0 | 10111 | 11011010 | 1001010 | 101100 |
Color Harmonies of #1D5BC5
Complementary color
Monochromatic Colors of #1D5BC5
Black with #1D5BC5
Text Example
Text Example
White with #1D5BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5BC5; }
p { color: rgb(29,91,197); }
H1.HeaderClassName
{
color: #1D5BC5;
}
.AnyTagClassName
{
color: #1D5BC5;
}
</style>
background-color css
<style>
a { background-color: #1D5BC5; }
a { background-color: rgb(29,91,197); }
div.DivClassName
{
background-color: #1D5BC5;
}
.BgClassName
{
background-color: #1D5BC5;
}
</style>
border-color css
<style>
span { border-color: #1D5BC5; }
span { border-color: rgb(29,91,197); }
td.TdClassName
{
border-color: #1D5BC5;
}
.TagClassName
{
border-color: #1D5BC5;
}
</style>