Shades of Denim #1D73BA
Tints of Denim #1D73BA
RGB
CMYK
RGB Variations
Color information
#1D73BA (or 0x1D73BA) is known color: Denim. HEX triplet: 1D, 73 and BA. RGB value is (29,115,186). Sum of RGB (Red+Green+Blue) = 29+115+186=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D73BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D73BA is #E28C45. Grayscale: #616161. Windows color (decimal): -14847046 or 12219165. OLE color: 12219165.
HSL color Cylindrical-coordinate representation of color #1D73BA: hue angle of 207.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D73BA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 115 | 186 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.27 |
| HSL | 207.13º | 0.73% | 0.42% | - |
| HSV(B) | 207.13º | 0.84% | 0.73% | - |
| XYZ | 15.5 | 16.07 | 48.74 | - |
| YUV | 97.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 186 | 0.84 | 0.38 | 0 | 0.27 | 207.13 | 0.73 | 0.42 |
| Hex | 1D | 73 | BA | 54 | 26 | 0 | 1B | CF | 49 | 2A |
| Octal | 35 | 163 | 272 | 124 | 46 | 0 | 33 | 317 | 111 | 52 |
| Binary | 11101 | 1110011 | 10111010 | 1010100 | 100110 | 0 | 11011 | 11001111 | 1001001 | 101010 |
Color Harmonies of #1D73BA
Complementary color
Monochromatic Colors of #1D73BA
Black with #1D73BA
Text Example
Text Example
White with #1D73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D73BA; }
p { color: rgb(29,115,186); }
H1.HeaderClassName
{
color: #1D73BA;
}
.AnyTagClassName
{
color: #1D73BA;
}
</style>
background-color css
<style>
a { background-color: #1D73BA; }
a { background-color: rgb(29,115,186); }
div.DivClassName
{
background-color: #1D73BA;
}
.BgClassName
{
background-color: #1D73BA;
}
</style>
border-color css
<style>
span { border-color: #1D73BA; }
span { border-color: rgb(29,115,186); }
td.TdClassName
{
border-color: #1D73BA;
}
.TagClassName
{
border-color: #1D73BA;
}
</style>