Shades of Denim #1D73BF
Tints of Denim #1D73BF
RGB
CMYK
RGB Variations
Color information
#1D73BF (or 0x1D73BF) is known color: Denim. HEX triplet: 1D, 73 and BF. RGB value is (29,115,191). Sum of RGB (Red+Green+Blue) = 29+115+191=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D73BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D73BF is #E28C40. Grayscale: #616161. Windows color (decimal): -14847041 or 12546845. OLE color: 12546845.
HSL color Cylindrical-coordinate representation of color #1D73BF: hue angle of 208.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D73BF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 115 | 191 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.25 |
| HSL | 208.15º | 0.74% | 0.43% | - |
| HSV(B) | 208.15º | 0.85% | 0.75% | - |
| XYZ | 16.04 | 16.28 | 51.59 | - |
| YUV | 97.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 191 | 0.85 | 0.40 | 0 | 0.25 | 208.15 | 0.74 | 0.43 |
| Hex | 1D | 73 | BF | 55 | 28 | 0 | 19 | D0 | 4A | 2B |
| Octal | 35 | 163 | 277 | 125 | 50 | 0 | 31 | 320 | 112 | 53 |
| Binary | 11101 | 1110011 | 10111111 | 1010101 | 101000 | 0 | 11001 | 11010000 | 1001010 | 101011 |
Color Harmonies of #1D73BF
Complementary color
Monochromatic Colors of #1D73BF
Black with #1D73BF
Text Example
Text Example
White with #1D73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D73BF; }
p { color: rgb(29,115,191); }
H1.HeaderClassName
{
color: #1D73BF;
}
.AnyTagClassName
{
color: #1D73BF;
}
</style>
background-color css
<style>
a { background-color: #1D73BF; }
a { background-color: rgb(29,115,191); }
div.DivClassName
{
background-color: #1D73BF;
}
.BgClassName
{
background-color: #1D73BF;
}
</style>
border-color css
<style>
span { border-color: #1D73BF; }
span { border-color: rgb(29,115,191); }
td.TdClassName
{
border-color: #1D73BF;
}
.TagClassName
{
border-color: #1D73BF;
}
</style>