Shades of Denim #1D5BCB
Tints of Denim #1D5BCB
RGB
CMYK
RGB Variations
Color information
#1D5BCB (or 0x1D5BCB) is known color: Denim. HEX triplet: 1D, 5B and CB. RGB value is (29,91,203). Sum of RGB (Red+Green+Blue) = 29+91+203=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D5BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BCB is #E2A434. Grayscale: #545454. Windows color (decimal): -14853173 or 13327133. OLE color: 13327133.
HSL color Cylindrical-coordinate representation of color #1D5BCB: hue angle of 218.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5BCB is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 91 | 203 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.20 |
| HSL | 218.62º | 0.75% | 0.45% | - |
| HSV(B) | 218.62º | 0.86% | 0.8% | - |
| XYZ | 15.03 | 12.06 | 58.03 | - |
| YUV | 85.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 203 | 0.86 | 0.55 | 0 | 0.20 | 218.62 | 0.75 | 0.45 |
| Hex | 1D | 5B | CB | 56 | 37 | 0 | 14 | DB | 4B | 2D |
| Octal | 35 | 133 | 313 | 126 | 67 | 0 | 24 | 333 | 113 | 55 |
| Binary | 11101 | 1011011 | 11001011 | 1010110 | 110111 | 0 | 10100 | 11011011 | 1001011 | 101101 |
Color Harmonies of #1D5BCB
Complementary color
Monochromatic Colors of #1D5BCB
Black with #1D5BCB
Text Example
Text Example
White with #1D5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5BCB; }
p { color: rgb(29,91,203); }
H1.HeaderClassName
{
color: #1D5BCB;
}
.AnyTagClassName
{
color: #1D5BCB;
}
</style>
background-color css
<style>
a { background-color: #1D5BCB; }
a { background-color: rgb(29,91,203); }
div.DivClassName
{
background-color: #1D5BCB;
}
.BgClassName
{
background-color: #1D5BCB;
}
</style>
border-color css
<style>
span { border-color: #1D5BCB; }
span { border-color: rgb(29,91,203); }
td.TdClassName
{
border-color: #1D5BCB;
}
.TagClassName
{
border-color: #1D5BCB;
}
</style>