Shades of Denim #1D5ABE
Tints of Denim #1D5ABE
RGB
CMYK
RGB Variations
Color information
#1D5ABE (or 0x1D5ABE) is known color: Denim. HEX triplet: 1D, 5A and BE. RGB value is (29,90,190). Sum of RGB (Red+Green+Blue) = 29+90+190=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ABE is #E2A541. Grayscale: #525252. Windows color (decimal): -14853442 or 12474909. OLE color: 12474909.
HSL color Cylindrical-coordinate representation of color #1D5ABE: hue angle of 217.27º 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 #1D5ABE is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 90 | 190 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.25 |
| HSL | 217.27º | 0.74% | 0.43% | - |
| HSV(B) | 217.27º | 0.85% | 0.75% | - |
| XYZ | 13.46 | 11.29 | 50.19 | - |
| YUV | 83.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 190 | 0.85 | 0.53 | 0 | 0.25 | 217.27 | 0.74 | 0.43 |
| Hex | 1D | 5A | BE | 55 | 35 | 0 | 19 | D9 | 4A | 2B |
| Octal | 35 | 132 | 276 | 125 | 65 | 0 | 31 | 331 | 112 | 53 |
| Binary | 11101 | 1011010 | 10111110 | 1010101 | 110101 | 0 | 11001 | 11011001 | 1001010 | 101011 |
Color Harmonies of #1D5ABE
Complementary color
Monochromatic Colors of #1D5ABE
Black with #1D5ABE
Text Example
Text Example
White with #1D5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5ABE; }
p { color: rgb(29,90,190); }
H1.HeaderClassName
{
color: #1D5ABE;
}
.AnyTagClassName
{
color: #1D5ABE;
}
</style>
background-color css
<style>
a { background-color: #1D5ABE; }
a { background-color: rgb(29,90,190); }
div.DivClassName
{
background-color: #1D5ABE;
}
.BgClassName
{
background-color: #1D5ABE;
}
</style>
border-color css
<style>
span { border-color: #1D5ABE; }
span { border-color: rgb(29,90,190); }
td.TdClassName
{
border-color: #1D5ABE;
}
.TagClassName
{
border-color: #1D5ABE;
}
</style>