Shades of Denim #1D7DBB
Tints of Denim #1D7DBB
RGB
CMYK
RGB Variations
Color information
#1D7DBB (or 0x1D7DBB) is known color: Denim. HEX triplet: 1D, 7D and BB. RGB value is (29,125,187). Sum of RGB (Red+Green+Blue) = 29+125+187=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DBB is #E28244. Grayscale: #676767. Windows color (decimal): -14844485 or 12287261. OLE color: 12287261.
HSL color Cylindrical-coordinate representation of color #1D7DBB: hue angle of 203.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7DBB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 125 | 187 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.27 |
| HSL | 203.54º | 0.73% | 0.42% | - |
| HSV(B) | 203.54º | 0.84% | 0.73% | - |
| XYZ | 16.81 | 18.52 | 49.7 | - |
| YUV | 103.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 187 | 0.84 | 0.33 | 0 | 0.27 | 203.54 | 0.73 | 0.42 |
| Hex | 1D | 7D | BB | 54 | 21 | 0 | 1B | CC | 49 | 2A |
| Octal | 35 | 175 | 273 | 124 | 41 | 0 | 33 | 314 | 111 | 52 |
| Binary | 11101 | 1111101 | 10111011 | 1010100 | 100001 | 0 | 11011 | 11001100 | 1001001 | 101010 |
Color Harmonies of #1D7DBB
Complementary color
Monochromatic Colors of #1D7DBB
Black with #1D7DBB
Text Example
Text Example
White with #1D7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DBB; }
p { color: rgb(29,125,187); }
H1.HeaderClassName
{
color: #1D7DBB;
}
.AnyTagClassName
{
color: #1D7DBB;
}
</style>
background-color css
<style>
a { background-color: #1D7DBB; }
a { background-color: rgb(29,125,187); }
div.DivClassName
{
background-color: #1D7DBB;
}
.BgClassName
{
background-color: #1D7DBB;
}
</style>
border-color css
<style>
span { border-color: #1D7DBB; }
span { border-color: rgb(29,125,187); }
td.TdClassName
{
border-color: #1D7DBB;
}
.TagClassName
{
border-color: #1D7DBB;
}
</style>