Shades of Denim #1D66C3
Tints of Denim #1D66C3
RGB
CMYK
RGB Variations
Color information
#1D66C3 (or 0x1D66C3) is known color: Denim. HEX triplet: 1D, 66 and C3. RGB value is (29,102,195). Sum of RGB (Red+Green+Blue) = 29+102+195=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #1D66C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D66C3 is #E2993C. Grayscale: #5A5A5A. Windows color (decimal): -14850365 or 12805661. OLE color: 12805661.
HSL color Cylindrical-coordinate representation of color #1D66C3: hue angle of 213.61º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D66C3 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 102 | 195 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.24 |
| HSL | 213.61º | 0.74% | 0.44% | - |
| HSV(B) | 213.61º | 0.85% | 0.76% | - |
| XYZ | 15.11 | 13.7 | 53.48 | - |
| YUV | 90.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 195 | 0.85 | 0.48 | 0 | 0.24 | 213.61 | 0.74 | 0.44 |
| Hex | 1D | 66 | C3 | 55 | 30 | 0 | 18 | D6 | 4A | 2C |
| Octal | 35 | 146 | 303 | 125 | 60 | 0 | 30 | 326 | 112 | 54 |
| Binary | 11101 | 1100110 | 11000011 | 1010101 | 110000 | 0 | 11000 | 11010110 | 1001010 | 101100 |
Color Harmonies of #1D66C3
Complementary color
Monochromatic Colors of #1D66C3
Black with #1D66C3
Text Example
Text Example
White with #1D66C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D66C3; }
p { color: rgb(29,102,195); }
H1.HeaderClassName
{
color: #1D66C3;
}
.AnyTagClassName
{
color: #1D66C3;
}
</style>
background-color css
<style>
a { background-color: #1D66C3; }
a { background-color: rgb(29,102,195); }
div.DivClassName
{
background-color: #1D66C3;
}
.BgClassName
{
background-color: #1D66C3;
}
</style>
border-color css
<style>
span { border-color: #1D66C3; }
span { border-color: rgb(29,102,195); }
td.TdClassName
{
border-color: #1D66C3;
}
.TagClassName
{
border-color: #1D66C3;
}
</style>