Shades of Denim #1D63DB
Tints of Denim #1D63DB
RGB
CMYK
RGB Variations
Color information
#1D63DB (or 0x1D63DB) is known color: Denim. HEX triplet: 1D, 63 and DB. RGB value is (29,99,219). Sum of RGB (Red+Green+Blue) = 29+99+219=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D63DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D63DB is #E29C24. Grayscale: #5B5B5B. Windows color (decimal): -14851109 or 14377757. OLE color: 14377757.
HSL color Cylindrical-coordinate representation of color #1D63DB: hue angle of 217.89º 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 #1D63DB is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 99 | 219 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.14 |
| HSL | 217.89º | 0.77% | 0.49% | - |
| HSV(B) | 217.89º | 0.87% | 0.86% | - |
| XYZ | 17.75 | 14.3 | 68.84 | - |
| YUV | 91.75 | 199.81 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 219 | 0.87 | 0.55 | 0 | 0.14 | 217.89 | 0.77 | 0.49 |
| Hex | 1D | 63 | DB | 57 | 37 | 0 | E | DA | 4D | 31 |
| Octal | 35 | 143 | 333 | 127 | 67 | 0 | 16 | 332 | 115 | 61 |
| Binary | 11101 | 1100011 | 11011011 | 1010111 | 110111 | 0 | 1110 | 11011010 | 1001101 | 110001 |
Color Harmonies of #1D63DB
Complementary color
Monochromatic Colors of #1D63DB
Black with #1D63DB
Text Example
Text Example
White with #1D63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D63DB; }
p { color: rgb(29,99,219); }
H1.HeaderClassName
{
color: #1D63DB;
}
.AnyTagClassName
{
color: #1D63DB;
}
</style>
background-color css
<style>
a { background-color: #1D63DB; }
a { background-color: rgb(29,99,219); }
div.DivClassName
{
background-color: #1D63DB;
}
.BgClassName
{
background-color: #1D63DB;
}
</style>
border-color css
<style>
span { border-color: #1D63DB; }
span { border-color: rgb(29,99,219); }
td.TdClassName
{
border-color: #1D63DB;
}
.TagClassName
{
border-color: #1D63DB;
}
</style>