Shades of Denim #1D7AB5
Tints of Denim #1D7AB5
RGB
CMYK
RGB Variations
Color information
#1D7AB5 (or 0x1D7AB5) is known color: Denim. HEX triplet: 1D, 7A and B5. RGB value is (29,122,181). Sum of RGB (Red+Green+Blue) = 29+122+181=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D7AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7AB5 is #E2854A. Grayscale: #646464. Windows color (decimal): -14845259 or 11893277. OLE color: 11893277.
HSL color Cylindrical-coordinate representation of color #1D7AB5: hue angle of 203.29º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7AB5 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 122 | 181 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.29 |
| HSL | 203.29º | 0.72% | 0.41% | - |
| HSV(B) | 203.29º | 0.84% | 0.71% | - |
| XYZ | 15.81 | 17.52 | 46.26 | - |
| YUV | 100.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 122 | 181 | 0.84 | 0.33 | 0 | 0.29 | 203.29 | 0.72 | 0.41 |
| Hex | 1D | 7A | B5 | 54 | 21 | 0 | 1D | CB | 48 | 29 |
| Octal | 35 | 172 | 265 | 124 | 41 | 0 | 35 | 313 | 110 | 51 |
| Binary | 11101 | 1111010 | 10110101 | 1010100 | 100001 | 0 | 11101 | 11001011 | 1001000 | 101001 |
Color Harmonies of #1D7AB5
Complementary color
Monochromatic Colors of #1D7AB5
Black with #1D7AB5
Text Example
Text Example
White with #1D7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7AB5; }
p { color: rgb(29,122,181); }
H1.HeaderClassName
{
color: #1D7AB5;
}
.AnyTagClassName
{
color: #1D7AB5;
}
</style>
background-color css
<style>
a { background-color: #1D7AB5; }
a { background-color: rgb(29,122,181); }
div.DivClassName
{
background-color: #1D7AB5;
}
.BgClassName
{
background-color: #1D7AB5;
}
</style>
border-color css
<style>
span { border-color: #1D7AB5; }
span { border-color: rgb(29,122,181); }
td.TdClassName
{
border-color: #1D7AB5;
}
.TagClassName
{
border-color: #1D7AB5;
}
</style>