Shades of Denim #1D7ECB
Tints of Denim #1D7ECB
RGB
CMYK
RGB Variations
Color information
#1D7ECB (or 0x1D7ECB) is known color: Denim. HEX triplet: 1D, 7E and CB. RGB value is (29,126,203). Sum of RGB (Red+Green+Blue) = 29+126+203=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D7ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ECB is #E28134. Grayscale: #696969. Windows color (decimal): -14844213 or 13336093. OLE color: 13336093.
HSL color Cylindrical-coordinate representation of color #1D7ECB: hue angle of 206.55º 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 #1D7ECB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 126 | 203 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.20 |
| HSL | 206.55º | 0.75% | 0.45% | - |
| HSV(B) | 206.55º | 0.86% | 0.8% | - |
| XYZ | 18.75 | 19.49 | 59.27 | - |
| YUV | 105.78 | 182.86 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 203 | 0.86 | 0.38 | 0 | 0.20 | 206.55 | 0.75 | 0.45 |
| Hex | 1D | 7E | CB | 56 | 26 | 0 | 14 | CF | 4B | 2D |
| Octal | 35 | 176 | 313 | 126 | 46 | 0 | 24 | 317 | 113 | 55 |
| Binary | 11101 | 1111110 | 11001011 | 1010110 | 100110 | 0 | 10100 | 11001111 | 1001011 | 101101 |
Color Harmonies of #1D7ECB
Complementary color
Monochromatic Colors of #1D7ECB
Black with #1D7ECB
Text Example
Text Example
White with #1D7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7ECB; }
p { color: rgb(29,126,203); }
H1.HeaderClassName
{
color: #1D7ECB;
}
.AnyTagClassName
{
color: #1D7ECB;
}
</style>
background-color css
<style>
a { background-color: #1D7ECB; }
a { background-color: rgb(29,126,203); }
div.DivClassName
{
background-color: #1D7ECB;
}
.BgClassName
{
background-color: #1D7ECB;
}
</style>
border-color css
<style>
span { border-color: #1D7ECB; }
span { border-color: rgb(29,126,203); }
td.TdClassName
{
border-color: #1D7ECB;
}
.TagClassName
{
border-color: #1D7ECB;
}
</style>