Shades of Denim #1D61CB
Tints of Denim #1D61CB
RGB
CMYK
RGB Variations
Color information
#1D61CB (or 0x1D61CB) is known color: Denim. HEX triplet: 1D, 61 and CB. RGB value is (29,97,203). Sum of RGB (Red+Green+Blue) = 29+97+203=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D61CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D61CB is #E29E34. Grayscale: #585858. Windows color (decimal): -14851637 or 13328669. OLE color: 13328669.
HSL color Cylindrical-coordinate representation of color #1D61CB: hue angle of 216.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D61CB is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 97 | 203 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.20 |
| HSL | 216.55º | 0.75% | 0.45% | - |
| HSV(B) | 216.55º | 0.86% | 0.8% | - |
| XYZ | 15.56 | 13.12 | 58.21 | - |
| YUV | 88.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 203 | 0.86 | 0.52 | 0 | 0.20 | 216.55 | 0.75 | 0.45 |
| Hex | 1D | 61 | CB | 56 | 34 | 0 | 14 | D9 | 4B | 2D |
| Octal | 35 | 141 | 313 | 126 | 64 | 0 | 24 | 331 | 113 | 55 |
| Binary | 11101 | 1100001 | 11001011 | 1010110 | 110100 | 0 | 10100 | 11011001 | 1001011 | 101101 |
Color Harmonies of #1D61CB
Complementary color
Monochromatic Colors of #1D61CB
Black with #1D61CB
Text Example
Text Example
White with #1D61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D61CB; }
p { color: rgb(29,97,203); }
H1.HeaderClassName
{
color: #1D61CB;
}
.AnyTagClassName
{
color: #1D61CB;
}
</style>
background-color css
<style>
a { background-color: #1D61CB; }
a { background-color: rgb(29,97,203); }
div.DivClassName
{
background-color: #1D61CB;
}
.BgClassName
{
background-color: #1D61CB;
}
</style>
border-color css
<style>
span { border-color: #1D61CB; }
span { border-color: rgb(29,97,203); }
td.TdClassName
{
border-color: #1D61CB;
}
.TagClassName
{
border-color: #1D61CB;
}
</style>