Shades of Allports #1D6E72
Tints of Allports #1D6E72
RGB
CMYK
RGB Variations
Color information
#1D6E72 (or 0x1D6E72) is known color: Allports. HEX triplet: 1D, 6E and 72. RGB value is (29,110,114). Sum of RGB (Red+Green+Blue) = 29+110+114=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D6E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6E72 is #E2918D. Grayscale: #565656. Windows color (decimal): -14848398 or 7499293. OLE color: 7499293.
HSL color Cylindrical-coordinate representation of color #1D6E72: hue angle of 182.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6E72 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 110 | 114 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.55 |
| HSL | 182.82º | 0.59% | 0.28% | - |
| HSV(B) | 182.82º | 0.75% | 0.45% | - |
| XYZ | 9.12 | 12.63 | 17.88 | - |
| YUV | 86.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 114 | 0.75 | 0.04 | 0 | 0.55 | 182.82 | 0.59 | 0.28 |
| Hex | 1D | 6E | 72 | 4B | 4 | 0 | 37 | B7 | 3B | 1C |
| Octal | 35 | 156 | 162 | 113 | 4 | 0 | 67 | 267 | 73 | 34 |
| Binary | 11101 | 1101110 | 1110010 | 1001011 | 100 | 0 | 110111 | 10110111 | 111011 | 11100 |
Color Harmonies of #1D6E72
Complementary color
Monochromatic Colors of #1D6E72
Black with #1D6E72
Text Example
Text Example
White with #1D6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6E72; }
p { color: rgb(29,110,114); }
H1.HeaderClassName
{
color: #1D6E72;
}
.AnyTagClassName
{
color: #1D6E72;
}
</style>
background-color css
<style>
a { background-color: #1D6E72; }
a { background-color: rgb(29,110,114); }
div.DivClassName
{
background-color: #1D6E72;
}
.BgClassName
{
background-color: #1D6E72;
}
</style>
border-color css
<style>
span { border-color: #1D6E72; }
span { border-color: rgb(29,110,114); }
td.TdClassName
{
border-color: #1D6E72;
}
.TagClassName
{
border-color: #1D6E72;
}
</style>