Shades of Allports #1D788D
Tints of Allports #1D788D
RGB
CMYK
RGB Variations
Color information
#1D788D (or 0x1D788D) is known color: Allports. HEX triplet: 1D, 78 and 8D. RGB value is (29,120,141). Sum of RGB (Red+Green+Blue) = 29+120+141=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D788D is #E28772. Grayscale: #5F5F5F. Windows color (decimal): -14845811 or 9271325. OLE color: 9271325.
HSL color Cylindrical-coordinate representation of color #1D788D: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D788D is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 120 | 141 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.45 |
| HSL | 191.25º | 0.66% | 0.33% | - |
| HSV(B) | 191.25º | 0.79% | 0.55% | - |
| XYZ | 12.03 | 15.62 | 27.58 | - |
| YUV | 95.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 141 | 0.79 | 0.15 | 0 | 0.45 | 191.25 | 0.66 | 0.33 |
| Hex | 1D | 78 | 8D | 4F | F | 0 | 2D | BF | 42 | 21 |
| Octal | 35 | 170 | 215 | 117 | 17 | 0 | 55 | 277 | 102 | 41 |
| Binary | 11101 | 1111000 | 10001101 | 1001111 | 1111 | 0 | 101101 | 10111111 | 1000010 | 100001 |
Color Harmonies of #1D788D
Complementary color
Monochromatic Colors of #1D788D
Black with #1D788D
Text Example
Text Example
White with #1D788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D788D; }
p { color: rgb(29,120,141); }
H1.HeaderClassName
{
color: #1D788D;
}
.AnyTagClassName
{
color: #1D788D;
}
</style>
background-color css
<style>
a { background-color: #1D788D; }
a { background-color: rgb(29,120,141); }
div.DivClassName
{
background-color: #1D788D;
}
.BgClassName
{
background-color: #1D788D;
}
</style>
border-color css
<style>
span { border-color: #1D788D; }
span { border-color: rgb(29,120,141); }
td.TdClassName
{
border-color: #1D788D;
}
.TagClassName
{
border-color: #1D788D;
}
</style>