Shades of Allports #1D6F77
Tints of Allports #1D6F77
RGB
CMYK
RGB Variations
Color information
#1D6F77 (or 0x1D6F77) is known color: Allports. HEX triplet: 1D, 6F and 77. RGB value is (29,111,119). Sum of RGB (Red+Green+Blue) = 29+111+119=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D6F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F77 is #E29088. Grayscale: #575757. Windows color (decimal): -14848137 or 7827229. OLE color: 7827229.
HSL color Cylindrical-coordinate representation of color #1D6F77: hue angle of 185.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D6F77 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 111 | 119 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.53 |
| HSL | 185.33º | 0.61% | 0.29% | - |
| HSV(B) | 185.33º | 0.76% | 0.47% | - |
| XYZ | 9.52 | 12.96 | 19.45 | - |
| YUV | 87.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 119 | 0.76 | 0.07 | 0 | 0.53 | 185.33 | 0.61 | 0.29 |
| Hex | 1D | 6F | 77 | 4C | 7 | 0 | 35 | B9 | 3D | 1D |
| Octal | 35 | 157 | 167 | 114 | 7 | 0 | 65 | 271 | 75 | 35 |
| Binary | 11101 | 1101111 | 1110111 | 1001100 | 111 | 0 | 110101 | 10111001 | 111101 | 11101 |
Color Harmonies of #1D6F77
Complementary color
Monochromatic Colors of #1D6F77
Black with #1D6F77
Text Example
Text Example
White with #1D6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F77; }
p { color: rgb(29,111,119); }
H1.HeaderClassName
{
color: #1D6F77;
}
.AnyTagClassName
{
color: #1D6F77;
}
</style>
background-color css
<style>
a { background-color: #1D6F77; }
a { background-color: rgb(29,111,119); }
div.DivClassName
{
background-color: #1D6F77;
}
.BgClassName
{
background-color: #1D6F77;
}
</style>
border-color css
<style>
span { border-color: #1D6F77; }
span { border-color: rgb(29,111,119); }
td.TdClassName
{
border-color: #1D6F77;
}
.TagClassName
{
border-color: #1D6F77;
}
</style>