Shades of Allports #1D788A
Tints of Allports #1D788A
RGB
CMYK
RGB Variations
Color information
#1D788A (or 0x1D788A) is known color: Allports. HEX triplet: 1D, 78 and 8A. RGB value is (29,120,138). Sum of RGB (Red+Green+Blue) = 29+120+138=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D788A is #E28775. Grayscale: #5E5E5E. Windows color (decimal): -14845814 or 9074717. OLE color: 9074717.
HSL color Cylindrical-coordinate representation of color #1D788A: hue angle of 189.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D788A is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 120 | 138 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.46 |
| HSL | 189.91º | 0.65% | 0.33% | - |
| HSV(B) | 189.91º | 0.79% | 0.54% | - |
| XYZ | 11.81 | 15.53 | 26.42 | - |
| YUV | 94.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 138 | 0.79 | 0.13 | 0 | 0.46 | 189.91 | 0.65 | 0.33 |
| Hex | 1D | 78 | 8A | 4F | D | 0 | 2E | BE | 41 | 21 |
| Octal | 35 | 170 | 212 | 117 | 15 | 0 | 56 | 276 | 101 | 41 |
| Binary | 11101 | 1111000 | 10001010 | 1001111 | 1101 | 0 | 101110 | 10111110 | 1000001 | 100001 |
Color Harmonies of #1D788A
Complementary color
Monochromatic Colors of #1D788A
Black with #1D788A
Text Example
Text Example
White with #1D788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D788A; }
p { color: rgb(29,120,138); }
H1.HeaderClassName
{
color: #1D788A;
}
.AnyTagClassName
{
color: #1D788A;
}
</style>
background-color css
<style>
a { background-color: #1D788A; }
a { background-color: rgb(29,120,138); }
div.DivClassName
{
background-color: #1D788A;
}
.BgClassName
{
background-color: #1D788A;
}
</style>
border-color css
<style>
span { border-color: #1D788A; }
span { border-color: rgb(29,120,138); }
td.TdClassName
{
border-color: #1D788A;
}
.TagClassName
{
border-color: #1D788A;
}
</style>