Shades of Denim #1D7BBB
Tints of Denim #1D7BBB
RGB
CMYK
RGB Variations
Color information
#1D7BBB (or 0x1D7BBB) is known color: Denim. HEX triplet: 1D, 7B and BB. RGB value is (29,123,187). Sum of RGB (Red+Green+Blue) = 29+123+187=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BBB is #E28444. Grayscale: #656565. Windows color (decimal): -14844997 or 12286749. OLE color: 12286749.
HSL color Cylindrical-coordinate representation of color #1D7BBB: hue angle of 204.3º 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 #1D7BBB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 123 | 187 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.27 |
| HSL | 204.3º | 0.73% | 0.42% | - |
| HSV(B) | 204.3º | 0.84% | 0.73% | - |
| XYZ | 16.56 | 18.01 | 49.62 | - |
| YUV | 102.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 187 | 0.84 | 0.34 | 0 | 0.27 | 204.3 | 0.73 | 0.42 |
| Hex | 1D | 7B | BB | 54 | 22 | 0 | 1B | CC | 49 | 2A |
| Octal | 35 | 173 | 273 | 124 | 42 | 0 | 33 | 314 | 111 | 52 |
| Binary | 11101 | 1111011 | 10111011 | 1010100 | 100010 | 0 | 11011 | 11001100 | 1001001 | 101010 |
Color Harmonies of #1D7BBB
Complementary color
Monochromatic Colors of #1D7BBB
Black with #1D7BBB
Text Example
Text Example
White with #1D7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BBB; }
p { color: rgb(29,123,187); }
H1.HeaderClassName
{
color: #1D7BBB;
}
.AnyTagClassName
{
color: #1D7BBB;
}
</style>
background-color css
<style>
a { background-color: #1D7BBB; }
a { background-color: rgb(29,123,187); }
div.DivClassName
{
background-color: #1D7BBB;
}
.BgClassName
{
background-color: #1D7BBB;
}
</style>
border-color css
<style>
span { border-color: #1D7BBB; }
span { border-color: rgb(29,123,187); }
td.TdClassName
{
border-color: #1D7BBB;
}
.TagClassName
{
border-color: #1D7BBB;
}
</style>