Shades of Denim #1D5FB6
Tints of Denim #1D5FB6
RGB
CMYK
RGB Variations
Color information
#1D5FB6 (or 0x1D5FB6) is known color: Denim. HEX triplet: 1D, 5F and B6. RGB value is (29,95,182). Sum of RGB (Red+Green+Blue) = 29+95+182=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D5FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5FB6 is #E2A049. Grayscale: #545454. Windows color (decimal): -14852170 or 11951901. OLE color: 11951901.
HSL color Cylindrical-coordinate representation of color #1D5FB6: hue angle of 214.12º 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 #1D5FB6 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 95 | 182 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.29 |
| HSL | 214.12º | 0.73% | 0.41% | - |
| HSV(B) | 214.12º | 0.84% | 0.71% | - |
| XYZ | 13.04 | 11.82 | 45.85 | - |
| YUV | 85.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 182 | 0.84 | 0.48 | 0 | 0.29 | 214.12 | 0.73 | 0.41 |
| Hex | 1D | 5F | B6 | 54 | 30 | 0 | 1D | D6 | 49 | 29 |
| Octal | 35 | 137 | 266 | 124 | 60 | 0 | 35 | 326 | 111 | 51 |
| Binary | 11101 | 1011111 | 10110110 | 1010100 | 110000 | 0 | 11101 | 11010110 | 1001001 | 101001 |
Color Harmonies of #1D5FB6
Complementary color
Monochromatic Colors of #1D5FB6
Black with #1D5FB6
Text Example
Text Example
White with #1D5FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5FB6; }
p { color: rgb(29,95,182); }
H1.HeaderClassName
{
color: #1D5FB6;
}
.AnyTagClassName
{
color: #1D5FB6;
}
</style>
background-color css
<style>
a { background-color: #1D5FB6; }
a { background-color: rgb(29,95,182); }
div.DivClassName
{
background-color: #1D5FB6;
}
.BgClassName
{
background-color: #1D5FB6;
}
</style>
border-color css
<style>
span { border-color: #1D5FB6; }
span { border-color: rgb(29,95,182); }
td.TdClassName
{
border-color: #1D5FB6;
}
.TagClassName
{
border-color: #1D5FB6;
}
</style>