Shades of Allports #1D6D78
Tints of Allports #1D6D78
RGB
CMYK
RGB Variations
Color information
#1D6D78 (or 0x1D6D78) is known color: Allports. HEX triplet: 1D, 6D and 78. RGB value is (29,109,120). Sum of RGB (Red+Green+Blue) = 29+109+120=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D6D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D78 is #E29287. Grayscale: #565656. Windows color (decimal): -14848648 or 7892253. OLE color: 7892253.
HSL color Cylindrical-coordinate representation of color #1D6D78: hue angle of 187.25º 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 #1D6D78 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 109 | 120 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.53 |
| HSL | 187.25º | 0.61% | 0.29% | - |
| HSV(B) | 187.25º | 0.76% | 0.47% | - |
| XYZ | 9.37 | 12.55 | 19.7 | - |
| YUV | 86.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 120 | 0.76 | 0.09 | 0 | 0.53 | 187.25 | 0.61 | 0.29 |
| Hex | 1D | 6D | 78 | 4C | 9 | 0 | 35 | BB | 3D | 1D |
| Octal | 35 | 155 | 170 | 114 | 11 | 0 | 65 | 273 | 75 | 35 |
| Binary | 11101 | 1101101 | 1111000 | 1001100 | 1001 | 0 | 110101 | 10111011 | 111101 | 11101 |
Color Harmonies of #1D6D78
Complementary color
Monochromatic Colors of #1D6D78
Black with #1D6D78
Text Example
Text Example
White with #1D6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6D78; }
p { color: rgb(29,109,120); }
H1.HeaderClassName
{
color: #1D6D78;
}
.AnyTagClassName
{
color: #1D6D78;
}
</style>
background-color css
<style>
a { background-color: #1D6D78; }
a { background-color: rgb(29,109,120); }
div.DivClassName
{
background-color: #1D6D78;
}
.BgClassName
{
background-color: #1D6D78;
}
</style>
border-color css
<style>
span { border-color: #1D6D78; }
span { border-color: rgb(29,109,120); }
td.TdClassName
{
border-color: #1D6D78;
}
.TagClassName
{
border-color: #1D6D78;
}
</style>