Shades of Denim #1D77CC
Tints of Denim #1D77CC
RGB
CMYK
RGB Variations
Color information
#1D77CC (or 0x1D77CC) is known color: Denim. HEX triplet: 1D, 77 and CC. RGB value is (29,119,204). Sum of RGB (Red+Green+Blue) = 29+119+204=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D77CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D77CC is #E28833. Grayscale: #656565. Windows color (decimal): -14846004 or 13399837. OLE color: 13399837.
HSL color Cylindrical-coordinate representation of color #1D77CC: hue angle of 209.14º 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 #1D77CC is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 119 | 204 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.2 |
| HSL | 209.14º | 0.75% | 0.46% | - |
| HSV(B) | 209.14º | 0.86% | 0.8% | - |
| XYZ | 18 | 17.81 | 59.62 | - |
| YUV | 101.78 | 185.68 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 204 | 0.86 | 0.42 | 0 | 0.2 | 209.14 | 0.75 | 0.46 |
| Hex | 1D | 77 | CC | 56 | 2A | 0 | 14 | D1 | 4B | 2E |
| Octal | 35 | 167 | 314 | 126 | 52 | 0 | 24 | 321 | 113 | 56 |
| Binary | 11101 | 1110111 | 11001100 | 1010110 | 101010 | 0 | 10100 | 11010001 | 1001011 | 101110 |
Color Harmonies of #1D77CC
Complementary color
Monochromatic Colors of #1D77CC
Black with #1D77CC
Text Example
Text Example
White with #1D77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D77CC; }
p { color: rgb(29,119,204); }
H1.HeaderClassName
{
color: #1D77CC;
}
.AnyTagClassName
{
color: #1D77CC;
}
</style>
background-color css
<style>
a { background-color: #1D77CC; }
a { background-color: rgb(29,119,204); }
div.DivClassName
{
background-color: #1D77CC;
}
.BgClassName
{
background-color: #1D77CC;
}
</style>
border-color css
<style>
span { border-color: #1D77CC; }
span { border-color: rgb(29,119,204); }
td.TdClassName
{
border-color: #1D77CC;
}
.TagClassName
{
border-color: #1D77CC;
}
</style>