Shades of Allports #1D6975
Tints of Allports #1D6975
RGB
CMYK
RGB Variations
Color information
#1D6975 (or 0x1D6975) is known color: Allports. HEX triplet: 1D, 69 and 75. RGB value is (29,105,117). Sum of RGB (Red+Green+Blue) = 29+105+117=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6975 is #E2968A. Grayscale: #535353. Windows color (decimal): -14849675 or 7694621. OLE color: 7694621.
HSL color Cylindrical-coordinate representation of color #1D6975: hue angle of 188.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6975 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 105 | 117 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.54 |
| HSL | 188.18º | 0.6% | 0.29% | - |
| HSV(B) | 188.18º | 0.75% | 0.46% | - |
| XYZ | 8.77 | 11.65 | 18.62 | - |
| YUV | 83.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 117 | 0.75 | 0.10 | 0 | 0.54 | 188.18 | 0.6 | 0.29 |
| Hex | 1D | 69 | 75 | 4B | A | 0 | 36 | BC | 3C | 1D |
| Octal | 35 | 151 | 165 | 113 | 12 | 0 | 66 | 274 | 74 | 35 |
| Binary | 11101 | 1101001 | 1110101 | 1001011 | 1010 | 0 | 110110 | 10111100 | 111100 | 11101 |
Color Harmonies of #1D6975
Complementary color
Monochromatic Colors of #1D6975
Black with #1D6975
Text Example
Text Example
White with #1D6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6975; }
p { color: rgb(29,105,117); }
H1.HeaderClassName
{
color: #1D6975;
}
.AnyTagClassName
{
color: #1D6975;
}
</style>
background-color css
<style>
a { background-color: #1D6975; }
a { background-color: rgb(29,105,117); }
div.DivClassName
{
background-color: #1D6975;
}
.BgClassName
{
background-color: #1D6975;
}
</style>
border-color css
<style>
span { border-color: #1D6975; }
span { border-color: rgb(29,105,117); }
td.TdClassName
{
border-color: #1D6975;
}
.TagClassName
{
border-color: #1D6975;
}
</style>