Shades of Allports #1D717E
Tints of Allports #1D717E
RGB
CMYK
RGB Variations
Color information
#1D717E (or 0x1D717E) is known color: Allports. HEX triplet: 1D, 71 and 7E. RGB value is (29,113,126). Sum of RGB (Red+Green+Blue) = 29+113+126=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D717E is #E28E81. Grayscale: #595959. Windows color (decimal): -14847618 or 8286493. OLE color: 8286493.
HSL color Cylindrical-coordinate representation of color #1D717E: hue angle of 188.04º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D717E is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 113 | 126 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.51 |
| HSL | 188.04º | 0.63% | 0.3% | - |
| HSV(B) | 188.04º | 0.77% | 0.49% | - |
| XYZ | 10.18 | 13.58 | 21.82 | - |
| YUV | 89.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 126 | 0.77 | 0.10 | 0 | 0.51 | 188.04 | 0.63 | 0.3 |
| Hex | 1D | 71 | 7E | 4D | A | 0 | 33 | BC | 3F | 1E |
| Octal | 35 | 161 | 176 | 115 | 12 | 0 | 63 | 274 | 77 | 36 |
| Binary | 11101 | 1110001 | 1111110 | 1001101 | 1010 | 0 | 110011 | 10111100 | 111111 | 11110 |
Color Harmonies of #1D717E
Complementary color
Monochromatic Colors of #1D717E
Black with #1D717E
Text Example
Text Example
White with #1D717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D717E; }
p { color: rgb(29,113,126); }
H1.HeaderClassName
{
color: #1D717E;
}
.AnyTagClassName
{
color: #1D717E;
}
</style>
background-color css
<style>
a { background-color: #1D717E; }
a { background-color: rgb(29,113,126); }
div.DivClassName
{
background-color: #1D717E;
}
.BgClassName
{
background-color: #1D717E;
}
</style>
border-color css
<style>
span { border-color: #1D717E; }
span { border-color: rgb(29,113,126); }
td.TdClassName
{
border-color: #1D717E;
}
.TagClassName
{
border-color: #1D717E;
}
</style>