Shades of Allports #1D7075
Tints of Allports #1D7075
RGB
CMYK
RGB Variations
Color information
#1D7075 (or 0x1D7075) is known color: Allports. HEX triplet: 1D, 70 and 75. RGB value is (29,112,117). Sum of RGB (Red+Green+Blue) = 29+112+117=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D7075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7075 is #E28F8A. Grayscale: #575757. Windows color (decimal): -14847883 or 7696413. OLE color: 7696413.
HSL color Cylindrical-coordinate representation of color #1D7075: hue angle of 183.41º 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 #1D7075 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 112 | 117 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.54 |
| HSL | 183.41º | 0.6% | 0.29% | - |
| HSV(B) | 183.41º | 0.75% | 0.46% | - |
| XYZ | 9.51 | 13.13 | 18.86 | - |
| YUV | 87.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 117 | 0.75 | 0.04 | 0 | 0.54 | 183.41 | 0.6 | 0.29 |
| Hex | 1D | 70 | 75 | 4B | 4 | 0 | 36 | B7 | 3C | 1D |
| Octal | 35 | 160 | 165 | 113 | 4 | 0 | 66 | 267 | 74 | 35 |
| Binary | 11101 | 1110000 | 1110101 | 1001011 | 100 | 0 | 110110 | 10110111 | 111100 | 11101 |
Color Harmonies of #1D7075
Complementary color
Monochromatic Colors of #1D7075
Black with #1D7075
Text Example
Text Example
White with #1D7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7075; }
p { color: rgb(29,112,117); }
H1.HeaderClassName
{
color: #1D7075;
}
.AnyTagClassName
{
color: #1D7075;
}
</style>
background-color css
<style>
a { background-color: #1D7075; }
a { background-color: rgb(29,112,117); }
div.DivClassName
{
background-color: #1D7075;
}
.BgClassName
{
background-color: #1D7075;
}
</style>
border-color css
<style>
span { border-color: #1D7075; }
span { border-color: rgb(29,112,117); }
td.TdClassName
{
border-color: #1D7075;
}
.TagClassName
{
border-color: #1D7075;
}
</style>