Shades of Denim #1D68B9
Tints of Denim #1D68B9
RGB
CMYK
RGB Variations
Color information
#1D68B9 (or 0x1D68B9) is known color: Denim. HEX triplet: 1D, 68 and B9. RGB value is (29,104,185). Sum of RGB (Red+Green+Blue) = 29+104+185=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #1D68B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D68B9 is #E29746. Grayscale: #5A5A5A. Windows color (decimal): -14849863 or 12150813. OLE color: 12150813.
HSL color Cylindrical-coordinate representation of color #1D68B9: hue angle of 211.15º 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 #1D68B9 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 104 | 185 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.27 |
| HSL | 211.15º | 0.73% | 0.42% | - |
| HSV(B) | 211.15º | 0.84% | 0.73% | - |
| XYZ | 14.21 | 13.66 | 47.79 | - |
| YUV | 90.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 185 | 0.84 | 0.44 | 0 | 0.27 | 211.15 | 0.73 | 0.42 |
| Hex | 1D | 68 | B9 | 54 | 2C | 0 | 1B | D3 | 49 | 2A |
| Octal | 35 | 150 | 271 | 124 | 54 | 0 | 33 | 323 | 111 | 52 |
| Binary | 11101 | 1101000 | 10111001 | 1010100 | 101100 | 0 | 11011 | 11010011 | 1001001 | 101010 |
Color Harmonies of #1D68B9
Complementary color
Monochromatic Colors of #1D68B9
Black with #1D68B9
Text Example
Text Example
White with #1D68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68B9; }
p { color: rgb(29,104,185); }
H1.HeaderClassName
{
color: #1D68B9;
}
.AnyTagClassName
{
color: #1D68B9;
}
</style>
background-color css
<style>
a { background-color: #1D68B9; }
a { background-color: rgb(29,104,185); }
div.DivClassName
{
background-color: #1D68B9;
}
.BgClassName
{
background-color: #1D68B9;
}
</style>
border-color css
<style>
span { border-color: #1D68B9; }
span { border-color: rgb(29,104,185); }
td.TdClassName
{
border-color: #1D68B9;
}
.TagClassName
{
border-color: #1D68B9;
}
</style>