Shades of Denim #1D65DB
Tints of Denim #1D65DB
RGB
CMYK
RGB Variations
Color information
#1D65DB (or 0x1D65DB) is known color: Denim. HEX triplet: 1D, 65 and DB. RGB value is (29,101,219). Sum of RGB (Red+Green+Blue) = 29+101+219=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D65DB is #E29A24. Grayscale: #5C5C5C. Windows color (decimal): -14850597 or 14378269. OLE color: 14378269.
HSL color Cylindrical-coordinate representation of color #1D65DB: hue angle of 217.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D65DB is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 101 | 219 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.14 |
| HSL | 217.26º | 0.77% | 0.49% | - |
| HSV(B) | 217.26º | 0.87% | 0.86% | - |
| XYZ | 17.95 | 14.68 | 68.91 | - |
| YUV | 92.92 | 199.15 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 219 | 0.87 | 0.54 | 0 | 0.14 | 217.26 | 0.77 | 0.49 |
| Hex | 1D | 65 | DB | 57 | 36 | 0 | E | D9 | 4D | 31 |
| Octal | 35 | 145 | 333 | 127 | 66 | 0 | 16 | 331 | 115 | 61 |
| Binary | 11101 | 1100101 | 11011011 | 1010111 | 110110 | 0 | 1110 | 11011001 | 1001101 | 110001 |
Color Harmonies of #1D65DB
Complementary color
Monochromatic Colors of #1D65DB
Black with #1D65DB
Text Example
Text Example
White with #1D65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D65DB; }
p { color: rgb(29,101,219); }
H1.HeaderClassName
{
color: #1D65DB;
}
.AnyTagClassName
{
color: #1D65DB;
}
</style>
background-color css
<style>
a { background-color: #1D65DB; }
a { background-color: rgb(29,101,219); }
div.DivClassName
{
background-color: #1D65DB;
}
.BgClassName
{
background-color: #1D65DB;
}
</style>
border-color css
<style>
span { border-color: #1D65DB; }
span { border-color: rgb(29,101,219); }
td.TdClassName
{
border-color: #1D65DB;
}
.TagClassName
{
border-color: #1D65DB;
}
</style>