Shades of Denim #1D80CA
Tints of Denim #1D80CA
RGB
CMYK
RGB Variations
Color information
#1D80CA (or 0x1D80CA) is known color: Denim. HEX triplet: 1D, 80 and CA. RGB value is (29,128,202). Sum of RGB (Red+Green+Blue) = 29+128+202=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80CA is #E27F35. Grayscale: #6A6A6A. Windows color (decimal): -14843702 or 13271069. OLE color: 13271069.
HSL color Cylindrical-coordinate representation of color #1D80CA: hue angle of 205.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D80CA is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 128 | 202 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.21 |
| HSL | 205.66º | 0.75% | 0.45% | - |
| HSV(B) | 205.66º | 0.86% | 0.79% | - |
| XYZ | 18.89 | 19.96 | 58.74 | - |
| YUV | 106.84 | 181.7 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 202 | 0.86 | 0.37 | 0 | 0.21 | 205.66 | 0.75 | 0.45 |
| Hex | 1D | 80 | CA | 56 | 25 | 0 | 15 | CE | 4B | 2D |
| Octal | 35 | 200 | 312 | 126 | 45 | 0 | 25 | 316 | 113 | 55 |
| Binary | 11101 | 10000000 | 11001010 | 1010110 | 100101 | 0 | 10101 | 11001110 | 1001011 | 101101 |
Color Harmonies of #1D80CA
Complementary color
Monochromatic Colors of #1D80CA
Black with #1D80CA
Text Example
Text Example
White with #1D80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D80CA; }
p { color: rgb(29,128,202); }
H1.HeaderClassName
{
color: #1D80CA;
}
.AnyTagClassName
{
color: #1D80CA;
}
</style>
background-color css
<style>
a { background-color: #1D80CA; }
a { background-color: rgb(29,128,202); }
div.DivClassName
{
background-color: #1D80CA;
}
.BgClassName
{
background-color: #1D80CA;
}
</style>
border-color css
<style>
span { border-color: #1D80CA; }
span { border-color: rgb(29,128,202); }
td.TdClassName
{
border-color: #1D80CA;
}
.TagClassName
{
border-color: #1D80CA;
}
</style>