Shades of Denim #1D58B6
Tints of Denim #1D58B6
RGB
CMYK
RGB Variations
Color information
#1D58B6 (or 0x1D58B6) is known color: Denim. HEX triplet: 1D, 58 and B6. RGB value is (29,88,182). Sum of RGB (Red+Green+Blue) = 29+88+182=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D58B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D58B6 is #E2A749. Grayscale: #505050. Windows color (decimal): -14853962 or 11950109. OLE color: 11950109.
HSL color Cylindrical-coordinate representation of color #1D58B6: hue angle of 216.86º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D58B6 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 88 | 182 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.29 |
| HSL | 216.86º | 0.73% | 0.41% | - |
| HSV(B) | 216.86º | 0.84% | 0.71% | - |
| XYZ | 12.44 | 10.62 | 45.65 | - |
| YUV | 81.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 182 | 0.84 | 0.52 | 0 | 0.29 | 216.86 | 0.73 | 0.41 |
| Hex | 1D | 58 | B6 | 54 | 34 | 0 | 1D | D9 | 49 | 29 |
| Octal | 35 | 130 | 266 | 124 | 64 | 0 | 35 | 331 | 111 | 51 |
| Binary | 11101 | 1011000 | 10110110 | 1010100 | 110100 | 0 | 11101 | 11011001 | 1001001 | 101001 |
Color Harmonies of #1D58B6
Complementary color
Monochromatic Colors of #1D58B6
Black with #1D58B6
Text Example
Text Example
White with #1D58B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D58B6; }
p { color: rgb(29,88,182); }
H1.HeaderClassName
{
color: #1D58B6;
}
.AnyTagClassName
{
color: #1D58B6;
}
</style>
background-color css
<style>
a { background-color: #1D58B6; }
a { background-color: rgb(29,88,182); }
div.DivClassName
{
background-color: #1D58B6;
}
.BgClassName
{
background-color: #1D58B6;
}
</style>
border-color css
<style>
span { border-color: #1D58B6; }
span { border-color: rgb(29,88,182); }
td.TdClassName
{
border-color: #1D58B6;
}
.TagClassName
{
border-color: #1D58B6;
}
</style>