Shades of Denim #1D5EBF
Tints of Denim #1D5EBF
RGB
CMYK
RGB Variations
Color information
#1D5EBF (or 0x1D5EBF) is known color: Denim. HEX triplet: 1D, 5E and BF. RGB value is (29,94,191). Sum of RGB (Red+Green+Blue) = 29+94+191=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5EBF is #E2A140. Grayscale: #555555. Windows color (decimal): -14852417 or 12541469. OLE color: 12541469.
HSL color Cylindrical-coordinate representation of color #1D5EBF: hue angle of 215.93º 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 #1D5EBF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 94 | 191 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.25 |
| HSL | 215.93º | 0.74% | 0.43% | - |
| HSV(B) | 215.93º | 0.85% | 0.75% | - |
| XYZ | 13.91 | 12.03 | 50.88 | - |
| YUV | 85.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 191 | 0.85 | 0.51 | 0 | 0.25 | 215.93 | 0.74 | 0.43 |
| Hex | 1D | 5E | BF | 55 | 33 | 0 | 19 | D8 | 4A | 2B |
| Octal | 35 | 136 | 277 | 125 | 63 | 0 | 31 | 330 | 112 | 53 |
| Binary | 11101 | 1011110 | 10111111 | 1010101 | 110011 | 0 | 11001 | 11011000 | 1001010 | 101011 |
Color Harmonies of #1D5EBF
Complementary color
Monochromatic Colors of #1D5EBF
Black with #1D5EBF
Text Example
Text Example
White with #1D5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EBF; }
p { color: rgb(29,94,191); }
H1.HeaderClassName
{
color: #1D5EBF;
}
.AnyTagClassName
{
color: #1D5EBF;
}
</style>
background-color css
<style>
a { background-color: #1D5EBF; }
a { background-color: rgb(29,94,191); }
div.DivClassName
{
background-color: #1D5EBF;
}
.BgClassName
{
background-color: #1D5EBF;
}
</style>
border-color css
<style>
span { border-color: #1D5EBF; }
span { border-color: rgb(29,94,191); }
td.TdClassName
{
border-color: #1D5EBF;
}
.TagClassName
{
border-color: #1D5EBF;
}
</style>