Shades of Denim #1D75CC
Tints of Denim #1D75CC
RGB
CMYK
RGB Variations
Color information
#1D75CC (or 0x1D75CC) is known color: Denim. HEX triplet: 1D, 75 and CC. RGB value is (29,117,204). Sum of RGB (Red+Green+Blue) = 29+117+204=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D75CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D75CC is #E28A33. Grayscale: #646464. Windows color (decimal): -14846516 or 13399325. OLE color: 13399325.
HSL color Cylindrical-coordinate representation of color #1D75CC: hue angle of 209.83º 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 #1D75CC is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 117 | 204 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.2 |
| HSL | 209.83º | 0.75% | 0.46% | - |
| HSV(B) | 209.83º | 0.86% | 0.8% | - |
| XYZ | 17.77 | 17.34 | 59.54 | - |
| YUV | 100.61 | 186.35 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 204 | 0.86 | 0.43 | 0 | 0.2 | 209.83 | 0.75 | 0.46 |
| Hex | 1D | 75 | CC | 56 | 2B | 0 | 14 | D2 | 4B | 2E |
| Octal | 35 | 165 | 314 | 126 | 53 | 0 | 24 | 322 | 113 | 56 |
| Binary | 11101 | 1110101 | 11001100 | 1010110 | 101011 | 0 | 10100 | 11010010 | 1001011 | 101110 |
Color Harmonies of #1D75CC
Complementary color
Monochromatic Colors of #1D75CC
Black with #1D75CC
Text Example
Text Example
White with #1D75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D75CC; }
p { color: rgb(29,117,204); }
H1.HeaderClassName
{
color: #1D75CC;
}
.AnyTagClassName
{
color: #1D75CC;
}
</style>
background-color css
<style>
a { background-color: #1D75CC; }
a { background-color: rgb(29,117,204); }
div.DivClassName
{
background-color: #1D75CC;
}
.BgClassName
{
background-color: #1D75CC;
}
</style>
border-color css
<style>
span { border-color: #1D75CC; }
span { border-color: rgb(29,117,204); }
td.TdClassName
{
border-color: #1D75CC;
}
.TagClassName
{
border-color: #1D75CC;
}
</style>