Shades of Denim #1D72CB
Tints of Denim #1D72CB
RGB
CMYK
RGB Variations
Color information
#1D72CB (or 0x1D72CB) is known color: Denim. HEX triplet: 1D, 72 and CB. RGB value is (29,114,203). Sum of RGB (Red+Green+Blue) = 29+114+203=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D72CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D72CB is #E28D34. Grayscale: #626262. Windows color (decimal): -14847285 or 13333021. OLE color: 13333021.
HSL color Cylindrical-coordinate representation of color #1D72CB: hue angle of 210.69º 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 #1D72CB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 114 | 203 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.20 |
| HSL | 210.69º | 0.75% | 0.45% | - |
| HSV(B) | 210.69º | 0.86% | 0.8% | - |
| XYZ | 17.3 | 16.61 | 58.79 | - |
| YUV | 98.73 | 186.84 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 203 | 0.86 | 0.44 | 0 | 0.20 | 210.69 | 0.75 | 0.45 |
| Hex | 1D | 72 | CB | 56 | 2C | 0 | 14 | D3 | 4B | 2D |
| Octal | 35 | 162 | 313 | 126 | 54 | 0 | 24 | 323 | 113 | 55 |
| Binary | 11101 | 1110010 | 11001011 | 1010110 | 101100 | 0 | 10100 | 11010011 | 1001011 | 101101 |
Color Harmonies of #1D72CB
Complementary color
Monochromatic Colors of #1D72CB
Black with #1D72CB
Text Example
Text Example
White with #1D72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D72CB; }
p { color: rgb(29,114,203); }
H1.HeaderClassName
{
color: #1D72CB;
}
.AnyTagClassName
{
color: #1D72CB;
}
</style>
background-color css
<style>
a { background-color: #1D72CB; }
a { background-color: rgb(29,114,203); }
div.DivClassName
{
background-color: #1D72CB;
}
.BgClassName
{
background-color: #1D72CB;
}
</style>
border-color css
<style>
span { border-color: #1D72CB; }
span { border-color: rgb(29,114,203); }
td.TdClassName
{
border-color: #1D72CB;
}
.TagClassName
{
border-color: #1D72CB;
}
</style>