Shades of Allports #1D798D
Tints of Allports #1D798D
RGB
CMYK
RGB Variations
Color information
#1D798D (or 0x1D798D) is known color: Allports. HEX triplet: 1D, 79 and 8D. RGB value is (29,121,141). Sum of RGB (Red+Green+Blue) = 29+121+141=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D798D is #E28672. Grayscale: #5F5F5F. Windows color (decimal): -14845555 or 9271581. OLE color: 9271581.
HSL color Cylindrical-coordinate representation of color #1D798D: hue angle of 190.71º 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 #1D798D is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 121 | 141 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.45 |
| HSL | 190.71º | 0.66% | 0.33% | - |
| HSV(B) | 190.71º | 0.79% | 0.55% | - |
| XYZ | 12.15 | 15.86 | 27.62 | - |
| YUV | 95.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 141 | 0.79 | 0.14 | 0 | 0.45 | 190.71 | 0.66 | 0.33 |
| Hex | 1D | 79 | 8D | 4F | E | 0 | 2D | BF | 42 | 21 |
| Octal | 35 | 171 | 215 | 117 | 16 | 0 | 55 | 277 | 102 | 41 |
| Binary | 11101 | 1111001 | 10001101 | 1001111 | 1110 | 0 | 101101 | 10111111 | 1000010 | 100001 |
Color Harmonies of #1D798D
Complementary color
Monochromatic Colors of #1D798D
Black with #1D798D
Text Example
Text Example
White with #1D798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D798D; }
p { color: rgb(29,121,141); }
H1.HeaderClassName
{
color: #1D798D;
}
.AnyTagClassName
{
color: #1D798D;
}
</style>
background-color css
<style>
a { background-color: #1D798D; }
a { background-color: rgb(29,121,141); }
div.DivClassName
{
background-color: #1D798D;
}
.BgClassName
{
background-color: #1D798D;
}
</style>
border-color css
<style>
span { border-color: #1D798D; }
span { border-color: rgb(29,121,141); }
td.TdClassName
{
border-color: #1D798D;
}
.TagClassName
{
border-color: #1D798D;
}
</style>