Shades of Allports #1D717F
Tints of Allports #1D717F
RGB
CMYK
RGB Variations
Color information
#1D717F (or 0x1D717F) is known color: Allports. HEX triplet: 1D, 71 and 7F. RGB value is (29,113,127). Sum of RGB (Red+Green+Blue) = 29+113+127=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D717F is #E28E80. Grayscale: #595959. Windows color (decimal): -14847617 or 8352029. OLE color: 8352029.
HSL color Cylindrical-coordinate representation of color #1D717F: hue angle of 188.57º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D717F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 113 | 127 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.50 |
| HSL | 188.57º | 0.63% | 0.31% | - |
| HSV(B) | 188.57º | 0.77% | 0.5% | - |
| XYZ | 10.24 | 13.6 | 22.16 | - |
| YUV | 89.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 127 | 0.77 | 0.11 | 0 | 0.50 | 188.57 | 0.63 | 0.31 |
| Hex | 1D | 71 | 7F | 4D | B | 0 | 32 | BD | 3F | 1F |
| Octal | 35 | 161 | 177 | 115 | 13 | 0 | 62 | 275 | 77 | 37 |
| Binary | 11101 | 1110001 | 1111111 | 1001101 | 1011 | 0 | 110010 | 10111101 | 111111 | 11111 |
Color Harmonies of #1D717F
Complementary color
Monochromatic Colors of #1D717F
Black with #1D717F
Text Example
Text Example
White with #1D717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D717F; }
p { color: rgb(29,113,127); }
H1.HeaderClassName
{
color: #1D717F;
}
.AnyTagClassName
{
color: #1D717F;
}
</style>
background-color css
<style>
a { background-color: #1D717F; }
a { background-color: rgb(29,113,127); }
div.DivClassName
{
background-color: #1D717F;
}
.BgClassName
{
background-color: #1D717F;
}
</style>
border-color css
<style>
span { border-color: #1D717F; }
span { border-color: rgb(29,113,127); }
td.TdClassName
{
border-color: #1D717F;
}
.TagClassName
{
border-color: #1D717F;
}
</style>