Shades of Denim #1D5CCC
Tints of Denim #1D5CCC
RGB
CMYK
RGB Variations
Color information
#1D5CCC (or 0x1D5CCC) is known color: Denim. HEX triplet: 1D, 5C and CC. RGB value is (29,92,204). Sum of RGB (Red+Green+Blue) = 29+92+204=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CCC is #E2A333. Grayscale: #555555. Windows color (decimal): -14852916 or 13392925. OLE color: 13392925.
HSL color Cylindrical-coordinate representation of color #1D5CCC: hue angle of 218.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5CCC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 92 | 204 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.2 |
| HSL | 218.4º | 0.75% | 0.46% | - |
| HSV(B) | 218.4º | 0.86% | 0.8% | - |
| XYZ | 15.23 | 12.28 | 58.69 | - |
| YUV | 85.93 | 194.63 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 204 | 0.86 | 0.55 | 0 | 0.2 | 218.4 | 0.75 | 0.46 |
| Hex | 1D | 5C | CC | 56 | 37 | 0 | 14 | DA | 4B | 2E |
| Octal | 35 | 134 | 314 | 126 | 67 | 0 | 24 | 332 | 113 | 56 |
| Binary | 11101 | 1011100 | 11001100 | 1010110 | 110111 | 0 | 10100 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1D5CCC
Complementary color
Monochromatic Colors of #1D5CCC
Black with #1D5CCC
Text Example
Text Example
White with #1D5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CCC; }
p { color: rgb(29,92,204); }
H1.HeaderClassName
{
color: #1D5CCC;
}
.AnyTagClassName
{
color: #1D5CCC;
}
</style>
background-color css
<style>
a { background-color: #1D5CCC; }
a { background-color: rgb(29,92,204); }
div.DivClassName
{
background-color: #1D5CCC;
}
.BgClassName
{
background-color: #1D5CCC;
}
</style>
border-color css
<style>
span { border-color: #1D5CCC; }
span { border-color: rgb(29,92,204); }
td.TdClassName
{
border-color: #1D5CCC;
}
.TagClassName
{
border-color: #1D5CCC;
}
</style>