Shades of Allports #1D7074
Tints of Allports #1D7074
RGB
CMYK
RGB Variations
Color information
#1D7074 (or 0x1D7074) is known color: Allports. HEX triplet: 1D, 70 and 74. RGB value is (29,112,116). Sum of RGB (Red+Green+Blue) = 29+112+116=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D7074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7074 is #E28F8B. Grayscale: #575757. Windows color (decimal): -14847884 or 7630877. OLE color: 7630877.
HSL color Cylindrical-coordinate representation of color #1D7074: hue angle of 182.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7074 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 112 | 116 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.55 |
| HSL | 182.76º | 0.6% | 0.28% | - |
| HSV(B) | 182.76º | 0.75% | 0.45% | - |
| XYZ | 9.45 | 13.11 | 18.56 | - |
| YUV | 87.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 116 | 0.75 | 0.03 | 0 | 0.55 | 182.76 | 0.6 | 0.28 |
| Hex | 1D | 70 | 74 | 4B | 3 | 0 | 37 | B7 | 3C | 1C |
| Octal | 35 | 160 | 164 | 113 | 3 | 0 | 67 | 267 | 74 | 34 |
| Binary | 11101 | 1110000 | 1110100 | 1001011 | 11 | 0 | 110111 | 10110111 | 111100 | 11100 |
Color Harmonies of #1D7074
Complementary color
Monochromatic Colors of #1D7074
Black with #1D7074
Text Example
Text Example
White with #1D7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7074; }
p { color: rgb(29,112,116); }
H1.HeaderClassName
{
color: #1D7074;
}
.AnyTagClassName
{
color: #1D7074;
}
</style>
background-color css
<style>
a { background-color: #1D7074; }
a { background-color: rgb(29,112,116); }
div.DivClassName
{
background-color: #1D7074;
}
.BgClassName
{
background-color: #1D7074;
}
</style>
border-color css
<style>
span { border-color: #1D7074; }
span { border-color: rgb(29,112,116); }
td.TdClassName
{
border-color: #1D7074;
}
.TagClassName
{
border-color: #1D7074;
}
</style>