Shades of Denim #1D5BCE
Tints of Denim #1D5BCE
RGB
CMYK
RGB Variations
Color information
#1D5BCE (or 0x1D5BCE) is known color: Denim. HEX triplet: 1D, 5B and CE. RGB value is (29,91,206). Sum of RGB (Red+Green+Blue) = 29+91+206=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BCE is #E2A431. Grayscale: #555555. Windows color (decimal): -14853170 or 13523741. OLE color: 13523741.
HSL color Cylindrical-coordinate representation of color #1D5BCE: hue angle of 218.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5BCE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 91 | 206 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.19 |
| HSL | 218.98º | 0.75% | 0.46% | - |
| HSV(B) | 218.98º | 0.86% | 0.81% | - |
| XYZ | 15.39 | 12.2 | 59.94 | - |
| YUV | 85.57 | 195.96 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 206 | 0.86 | 0.56 | 0 | 0.19 | 218.98 | 0.75 | 0.46 |
| Hex | 1D | 5B | CE | 56 | 38 | 0 | 13 | DB | 4B | 2E |
| Octal | 35 | 133 | 316 | 126 | 70 | 0 | 23 | 333 | 113 | 56 |
| Binary | 11101 | 1011011 | 11001110 | 1010110 | 111000 | 0 | 10011 | 11011011 | 1001011 | 101110 |
Color Harmonies of #1D5BCE
Complementary color
Monochromatic Colors of #1D5BCE
Black with #1D5BCE
Text Example
Text Example
White with #1D5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5BCE; }
p { color: rgb(29,91,206); }
H1.HeaderClassName
{
color: #1D5BCE;
}
.AnyTagClassName
{
color: #1D5BCE;
}
</style>
background-color css
<style>
a { background-color: #1D5BCE; }
a { background-color: rgb(29,91,206); }
div.DivClassName
{
background-color: #1D5BCE;
}
.BgClassName
{
background-color: #1D5BCE;
}
</style>
border-color css
<style>
span { border-color: #1D5BCE; }
span { border-color: rgb(29,91,206); }
td.TdClassName
{
border-color: #1D5BCE;
}
.TagClassName
{
border-color: #1D5BCE;
}
</style>