Shades of Denim #1D7BBA
Tints of Denim #1D7BBA
RGB
CMYK
RGB Variations
Color information
#1D7BBA (or 0x1D7BBA) is known color: Denim. HEX triplet: 1D, 7B and BA. RGB value is (29,123,186). Sum of RGB (Red+Green+Blue) = 29+123+186=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BBA is #E28445. Grayscale: #656565. Windows color (decimal): -14844998 or 12221213. OLE color: 12221213.
HSL color Cylindrical-coordinate representation of color #1D7BBA: hue angle of 204.08º 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 #1D7BBA is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 123 | 186 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.27 |
| HSL | 204.08º | 0.73% | 0.42% | - |
| HSV(B) | 204.08º | 0.84% | 0.73% | - |
| XYZ | 16.45 | 17.97 | 49.06 | - |
| YUV | 102.08 | 175.36 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 186 | 0.84 | 0.34 | 0 | 0.27 | 204.08 | 0.73 | 0.42 |
| Hex | 1D | 7B | BA | 54 | 22 | 0 | 1B | CC | 49 | 2A |
| Octal | 35 | 173 | 272 | 124 | 42 | 0 | 33 | 314 | 111 | 52 |
| Binary | 11101 | 1111011 | 10111010 | 1010100 | 100010 | 0 | 11011 | 11001100 | 1001001 | 101010 |
Color Harmonies of #1D7BBA
Complementary color
Monochromatic Colors of #1D7BBA
Black with #1D7BBA
Text Example
Text Example
White with #1D7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BBA; }
p { color: rgb(29,123,186); }
H1.HeaderClassName
{
color: #1D7BBA;
}
.AnyTagClassName
{
color: #1D7BBA;
}
</style>
background-color css
<style>
a { background-color: #1D7BBA; }
a { background-color: rgb(29,123,186); }
div.DivClassName
{
background-color: #1D7BBA;
}
.BgClassName
{
background-color: #1D7BBA;
}
</style>
border-color css
<style>
span { border-color: #1D7BBA; }
span { border-color: rgb(29,123,186); }
td.TdClassName
{
border-color: #1D7BBA;
}
.TagClassName
{
border-color: #1D7BBA;
}
</style>