Shades of Allports #1D727F
Tints of Allports #1D727F
RGB
CMYK
RGB Variations
Color information
#1D727F (or 0x1D727F) is known color: Allports. HEX triplet: 1D, 72 and 7F. RGB value is (29,114,127). Sum of RGB (Red+Green+Blue) = 29+114+127=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D727F is #E28D80. Grayscale: #595959. Windows color (decimal): -14847361 or 8352285. OLE color: 8352285.
HSL color Cylindrical-coordinate representation of color #1D727F: hue angle of 187.96º 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 #1D727F is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 114 | 127 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.50 |
| HSL | 187.96º | 0.63% | 0.31% | - |
| HSV(B) | 187.96º | 0.77% | 0.5% | - |
| XYZ | 10.35 | 13.83 | 22.2 | - |
| YUV | 90.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 127 | 0.77 | 0.10 | 0 | 0.50 | 187.96 | 0.63 | 0.31 |
| Hex | 1D | 72 | 7F | 4D | A | 0 | 32 | BC | 3F | 1F |
| Octal | 35 | 162 | 177 | 115 | 12 | 0 | 62 | 274 | 77 | 37 |
| Binary | 11101 | 1110010 | 1111111 | 1001101 | 1010 | 0 | 110010 | 10111100 | 111111 | 11111 |
Color Harmonies of #1D727F
Complementary color
Monochromatic Colors of #1D727F
Black with #1D727F
Text Example
Text Example
White with #1D727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D727F; }
p { color: rgb(29,114,127); }
H1.HeaderClassName
{
color: #1D727F;
}
.AnyTagClassName
{
color: #1D727F;
}
</style>
background-color css
<style>
a { background-color: #1D727F; }
a { background-color: rgb(29,114,127); }
div.DivClassName
{
background-color: #1D727F;
}
.BgClassName
{
background-color: #1D727F;
}
</style>
border-color css
<style>
span { border-color: #1D727F; }
span { border-color: rgb(29,114,127); }
td.TdClassName
{
border-color: #1D727F;
}
.TagClassName
{
border-color: #1D727F;
}
</style>