Shades of Denim #1D5ECF
Tints of Denim #1D5ECF
RGB
CMYK
RGB Variations
Color information
#1D5ECF (or 0x1D5ECF) is known color: Denim. HEX triplet: 1D, 5E and CF. RGB value is (29,94,207). Sum of RGB (Red+Green+Blue) = 29+94+207=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ECF is #E2A130. Grayscale: #565656. Windows color (decimal): -14852401 or 13590045. OLE color: 13590045.
HSL color Cylindrical-coordinate representation of color #1D5ECF: hue angle of 218.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5ECF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 94 | 207 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.19 |
| HSL | 218.09º | 0.75% | 0.46% | - |
| HSV(B) | 218.09º | 0.86% | 0.81% | - |
| XYZ | 15.77 | 12.77 | 60.67 | - |
| YUV | 87.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 207 | 0.86 | 0.55 | 0 | 0.19 | 218.09 | 0.75 | 0.46 |
| Hex | 1D | 5E | CF | 56 | 37 | 0 | 13 | DA | 4B | 2E |
| Octal | 35 | 136 | 317 | 126 | 67 | 0 | 23 | 332 | 113 | 56 |
| Binary | 11101 | 1011110 | 11001111 | 1010110 | 110111 | 0 | 10011 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1D5ECF
Complementary color
Monochromatic Colors of #1D5ECF
Black with #1D5ECF
Text Example
Text Example
White with #1D5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5ECF; }
p { color: rgb(29,94,207); }
H1.HeaderClassName
{
color: #1D5ECF;
}
.AnyTagClassName
{
color: #1D5ECF;
}
</style>
background-color css
<style>
a { background-color: #1D5ECF; }
a { background-color: rgb(29,94,207); }
div.DivClassName
{
background-color: #1D5ECF;
}
.BgClassName
{
background-color: #1D5ECF;
}
</style>
border-color css
<style>
span { border-color: #1D5ECF; }
span { border-color: rgb(29,94,207); }
td.TdClassName
{
border-color: #1D5ECF;
}
.TagClassName
{
border-color: #1D5ECF;
}
</style>