Shades of Denim #1D79CB
Tints of Denim #1D79CB
RGB
CMYK
RGB Variations
Color information
#1D79CB (or 0x1D79CB) is known color: Denim. HEX triplet: 1D, 79 and CB. RGB value is (29,121,203). Sum of RGB (Red+Green+Blue) = 29+121+203=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D79CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D79CB is #E28634. Grayscale: #666666. Windows color (decimal): -14845493 or 13334813. OLE color: 13334813.
HSL color Cylindrical-coordinate representation of color #1D79CB: hue angle of 208.28º 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 #1D79CB is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 121 | 203 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.20 |
| HSL | 208.28º | 0.75% | 0.45% | - |
| HSV(B) | 208.28º | 0.86% | 0.8% | - |
| XYZ | 18.12 | 18.25 | 59.07 | - |
| YUV | 102.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 203 | 0.86 | 0.40 | 0 | 0.20 | 208.28 | 0.75 | 0.45 |
| Hex | 1D | 79 | CB | 56 | 28 | 0 | 14 | D0 | 4B | 2D |
| Octal | 35 | 171 | 313 | 126 | 50 | 0 | 24 | 320 | 113 | 55 |
| Binary | 11101 | 1111001 | 11001011 | 1010110 | 101000 | 0 | 10100 | 11010000 | 1001011 | 101101 |
Color Harmonies of #1D79CB
Complementary color
Monochromatic Colors of #1D79CB
Black with #1D79CB
Text Example
Text Example
White with #1D79CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D79CB; }
p { color: rgb(29,121,203); }
H1.HeaderClassName
{
color: #1D79CB;
}
.AnyTagClassName
{
color: #1D79CB;
}
</style>
background-color css
<style>
a { background-color: #1D79CB; }
a { background-color: rgb(29,121,203); }
div.DivClassName
{
background-color: #1D79CB;
}
.BgClassName
{
background-color: #1D79CB;
}
</style>
border-color css
<style>
span { border-color: #1D79CB; }
span { border-color: rgb(29,121,203); }
td.TdClassName
{
border-color: #1D79CB;
}
.TagClassName
{
border-color: #1D79CB;
}
</style>