Shades of Allports #1D6F73
Tints of Allports #1D6F73
RGB
CMYK
RGB Variations
Color information
#1D6F73 (or 0x1D6F73) is known color: Allports. HEX triplet: 1D, 6F and 73. RGB value is (29,111,115). Sum of RGB (Red+Green+Blue) = 29+111+115=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D6F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F73 is #E2908C. Grayscale: #565656. Windows color (decimal): -14848141 or 7565085. OLE color: 7565085.
HSL color Cylindrical-coordinate representation of color #1D6F73: hue angle of 182.79º degrees, saturation: 0.6, 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 #1D6F73 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 111 | 115 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.55 |
| HSL | 182.79º | 0.6% | 0.28% | - |
| HSV(B) | 182.79º | 0.75% | 0.45% | - |
| XYZ | 9.29 | 12.87 | 18.21 | - |
| YUV | 86.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 115 | 0.75 | 0.03 | 0 | 0.55 | 182.79 | 0.6 | 0.28 |
| Hex | 1D | 6F | 73 | 4B | 3 | 0 | 37 | B7 | 3C | 1C |
| Octal | 35 | 157 | 163 | 113 | 3 | 0 | 67 | 267 | 74 | 34 |
| Binary | 11101 | 1101111 | 1110011 | 1001011 | 11 | 0 | 110111 | 10110111 | 111100 | 11100 |
Color Harmonies of #1D6F73
Complementary color
Monochromatic Colors of #1D6F73
Black with #1D6F73
Text Example
Text Example
White with #1D6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F73; }
p { color: rgb(29,111,115); }
H1.HeaderClassName
{
color: #1D6F73;
}
.AnyTagClassName
{
color: #1D6F73;
}
</style>
background-color css
<style>
a { background-color: #1D6F73; }
a { background-color: rgb(29,111,115); }
div.DivClassName
{
background-color: #1D6F73;
}
.BgClassName
{
background-color: #1D6F73;
}
</style>
border-color css
<style>
span { border-color: #1D6F73; }
span { border-color: rgb(29,111,115); }
td.TdClassName
{
border-color: #1D6F73;
}
.TagClassName
{
border-color: #1D6F73;
}
</style>