Shades of Denim #1D5CBE
Tints of Denim #1D5CBE
RGB
CMYK
RGB Variations
Color information
#1D5CBE (or 0x1D5CBE) is known color: Denim. HEX triplet: 1D, 5C and BE. RGB value is (29,92,190). Sum of RGB (Red+Green+Blue) = 29+92+190=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CBE is #E2A341. Grayscale: #535353. Windows color (decimal): -14852930 or 12475421. OLE color: 12475421.
HSL color Cylindrical-coordinate representation of color #1D5CBE: hue angle of 216.52º 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 #1D5CBE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 92 | 190 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.25 |
| HSL | 216.52º | 0.74% | 0.43% | - |
| HSV(B) | 216.52º | 0.85% | 0.75% | - |
| XYZ | 13.63 | 11.63 | 50.24 | - |
| YUV | 84.34 | 187.63 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 190 | 0.85 | 0.52 | 0 | 0.25 | 216.52 | 0.74 | 0.43 |
| Hex | 1D | 5C | BE | 55 | 34 | 0 | 19 | D9 | 4A | 2B |
| Octal | 35 | 134 | 276 | 125 | 64 | 0 | 31 | 331 | 112 | 53 |
| Binary | 11101 | 1011100 | 10111110 | 1010101 | 110100 | 0 | 11001 | 11011001 | 1001010 | 101011 |
Color Harmonies of #1D5CBE
Complementary color
Monochromatic Colors of #1D5CBE
Black with #1D5CBE
Text Example
Text Example
White with #1D5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CBE; }
p { color: rgb(29,92,190); }
H1.HeaderClassName
{
color: #1D5CBE;
}
.AnyTagClassName
{
color: #1D5CBE;
}
</style>
background-color css
<style>
a { background-color: #1D5CBE; }
a { background-color: rgb(29,92,190); }
div.DivClassName
{
background-color: #1D5CBE;
}
.BgClassName
{
background-color: #1D5CBE;
}
</style>
border-color css
<style>
span { border-color: #1D5CBE; }
span { border-color: rgb(29,92,190); }
td.TdClassName
{
border-color: #1D5CBE;
}
.TagClassName
{
border-color: #1D5CBE;
}
</style>