Shades of Allports #1D717C
Tints of Allports #1D717C
RGB
CMYK
RGB Variations
Color information
#1D717C (or 0x1D717C) is known color: Allports. HEX triplet: 1D, 71 and 7C. RGB value is (29,113,124). Sum of RGB (Red+Green+Blue) = 29+113+124=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D717C is #E28E83. Grayscale: #595959. Windows color (decimal): -14847620 or 8155421. OLE color: 8155421.
HSL color Cylindrical-coordinate representation of color #1D717C: hue angle of 186.95º degrees, saturation: 0.62, 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 #1D717C is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 113 | 124 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.51 |
| HSL | 186.95º | 0.62% | 0.3% | - |
| HSV(B) | 186.95º | 0.77% | 0.49% | - |
| XYZ | 10.05 | 13.53 | 21.15 | - |
| YUV | 89.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 124 | 0.77 | 0.09 | 0 | 0.51 | 186.95 | 0.62 | 0.3 |
| Hex | 1D | 71 | 7C | 4D | 9 | 0 | 33 | BB | 3E | 1E |
| Octal | 35 | 161 | 174 | 115 | 11 | 0 | 63 | 273 | 76 | 36 |
| Binary | 11101 | 1110001 | 1111100 | 1001101 | 1001 | 0 | 110011 | 10111011 | 111110 | 11110 |
Color Harmonies of #1D717C
Complementary color
Monochromatic Colors of #1D717C
Black with #1D717C
Text Example
Text Example
White with #1D717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D717C; }
p { color: rgb(29,113,124); }
H1.HeaderClassName
{
color: #1D717C;
}
.AnyTagClassName
{
color: #1D717C;
}
</style>
background-color css
<style>
a { background-color: #1D717C; }
a { background-color: rgb(29,113,124); }
div.DivClassName
{
background-color: #1D717C;
}
.BgClassName
{
background-color: #1D717C;
}
</style>
border-color css
<style>
span { border-color: #1D717C; }
span { border-color: rgb(29,113,124); }
td.TdClassName
{
border-color: #1D717C;
}
.TagClassName
{
border-color: #1D717C;
}
</style>