Shades of Allports #1D727D
Tints of Allports #1D727D
RGB
CMYK
RGB Variations
Color information
#1D727D (or 0x1D727D) is known color: Allports. HEX triplet: 1D, 72 and 7D. RGB value is (29,114,125). Sum of RGB (Red+Green+Blue) = 29+114+125=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D727D is #E28D82. Grayscale: #595959. Windows color (decimal): -14847363 or 8221213. OLE color: 8221213.
HSL color Cylindrical-coordinate representation of color #1D727D: hue angle of 186.88º 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 #1D727D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 114 | 125 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.51 |
| HSL | 186.88º | 0.62% | 0.3% | - |
| HSV(B) | 186.88º | 0.77% | 0.49% | - |
| XYZ | 10.23 | 13.78 | 21.52 | - |
| YUV | 89.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 125 | 0.77 | 0.09 | 0 | 0.51 | 186.88 | 0.62 | 0.3 |
| Hex | 1D | 72 | 7D | 4D | 9 | 0 | 33 | BB | 3E | 1E |
| Octal | 35 | 162 | 175 | 115 | 11 | 0 | 63 | 273 | 76 | 36 |
| Binary | 11101 | 1110010 | 1111101 | 1001101 | 1001 | 0 | 110011 | 10111011 | 111110 | 11110 |
Color Harmonies of #1D727D
Complementary color
Monochromatic Colors of #1D727D
Black with #1D727D
Text Example
Text Example
White with #1D727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D727D; }
p { color: rgb(29,114,125); }
H1.HeaderClassName
{
color: #1D727D;
}
.AnyTagClassName
{
color: #1D727D;
}
</style>
background-color css
<style>
a { background-color: #1D727D; }
a { background-color: rgb(29,114,125); }
div.DivClassName
{
background-color: #1D727D;
}
.BgClassName
{
background-color: #1D727D;
}
</style>
border-color css
<style>
span { border-color: #1D727D; }
span { border-color: rgb(29,114,125); }
td.TdClassName
{
border-color: #1D727D;
}
.TagClassName
{
border-color: #1D727D;
}
</style>