Shades of Denim #1D6CB2
Tints of Denim #1D6CB2
RGB
CMYK
RGB Variations
Color information
#1D6CB2 (or 0x1D6CB2) is known color: Denim. HEX triplet: 1D, 6C and B2. RGB value is (29,108,178). Sum of RGB (Red+Green+Blue) = 29+108+178=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #1D6CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6CB2 is #E2934D. Grayscale: #5C5C5C. Windows color (decimal): -14848846 or 11693085. OLE color: 11693085.
HSL color Cylindrical-coordinate representation of color #1D6CB2: hue angle of 208.19º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D6CB2 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 108 | 178 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.30 |
| HSL | 208.19º | 0.72% | 0.41% | - |
| HSV(B) | 208.19º | 0.84% | 0.7% | - |
| XYZ | 13.91 | 14.2 | 44.13 | - |
| YUV | 92.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 108 | 178 | 0.84 | 0.39 | 0 | 0.30 | 208.19 | 0.72 | 0.41 |
| Hex | 1D | 6C | B2 | 54 | 27 | 0 | 1E | D0 | 48 | 29 |
| Octal | 35 | 154 | 262 | 124 | 47 | 0 | 36 | 320 | 110 | 51 |
| Binary | 11101 | 1101100 | 10110010 | 1010100 | 100111 | 0 | 11110 | 11010000 | 1001000 | 101001 |
Color Harmonies of #1D6CB2
Complementary color
Monochromatic Colors of #1D6CB2
Black with #1D6CB2
Text Example
Text Example
White with #1D6CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6CB2; }
p { color: rgb(29,108,178); }
H1.HeaderClassName
{
color: #1D6CB2;
}
.AnyTagClassName
{
color: #1D6CB2;
}
</style>
background-color css
<style>
a { background-color: #1D6CB2; }
a { background-color: rgb(29,108,178); }
div.DivClassName
{
background-color: #1D6CB2;
}
.BgClassName
{
background-color: #1D6CB2;
}
</style>
border-color css
<style>
span { border-color: #1D6CB2; }
span { border-color: rgb(29,108,178); }
td.TdClassName
{
border-color: #1D6CB2;
}
.TagClassName
{
border-color: #1D6CB2;
}
</style>