Shades of Denim #1D5CB4
Tints of Denim #1D5CB4
RGB
CMYK
RGB Variations
Color information
#1D5CB4 (or 0x1D5CB4) is known color: Denim. HEX triplet: 1D, 5C and B4. RGB value is (29,92,180). Sum of RGB (Red+Green+Blue) = 29+92+180=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D5CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CB4 is #E2A34B. Grayscale: #525252. Windows color (decimal): -14852940 or 11820061. OLE color: 11820061.
HSL color Cylindrical-coordinate representation of color #1D5CB4: hue angle of 214.97º degrees, saturation: 0.72, 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 #1D5CB4 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 92 | 180 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.29 |
| HSL | 214.97º | 0.72% | 0.41% | - |
| HSV(B) | 214.97º | 0.84% | 0.71% | - |
| XYZ | 12.57 | 11.21 | 44.68 | - |
| YUV | 83.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 180 | 0.84 | 0.49 | 0 | 0.29 | 214.97 | 0.72 | 0.41 |
| Hex | 1D | 5C | B4 | 54 | 31 | 0 | 1D | D7 | 48 | 29 |
| Octal | 35 | 134 | 264 | 124 | 61 | 0 | 35 | 327 | 110 | 51 |
| Binary | 11101 | 1011100 | 10110100 | 1010100 | 110001 | 0 | 11101 | 11010111 | 1001000 | 101001 |
Color Harmonies of #1D5CB4
Complementary color
Monochromatic Colors of #1D5CB4
Black with #1D5CB4
Text Example
Text Example
White with #1D5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CB4; }
p { color: rgb(29,92,180); }
H1.HeaderClassName
{
color: #1D5CB4;
}
.AnyTagClassName
{
color: #1D5CB4;
}
</style>
background-color css
<style>
a { background-color: #1D5CB4; }
a { background-color: rgb(29,92,180); }
div.DivClassName
{
background-color: #1D5CB4;
}
.BgClassName
{
background-color: #1D5CB4;
}
</style>
border-color css
<style>
span { border-color: #1D5CB4; }
span { border-color: rgb(29,92,180); }
td.TdClassName
{
border-color: #1D5CB4;
}
.TagClassName
{
border-color: #1D5CB4;
}
</style>