Shades of Allports #1D7078
Tints of Allports #1D7078
RGB
CMYK
RGB Variations
Color information
#1D7078 (or 0x1D7078) is known color: Allports. HEX triplet: 1D, 70 and 78. RGB value is (29,112,120). Sum of RGB (Red+Green+Blue) = 29+112+120=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7078 is #E28F87. Grayscale: #575757. Windows color (decimal): -14847880 or 7893021. OLE color: 7893021.
HSL color Cylindrical-coordinate representation of color #1D7078: hue angle of 185.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7078 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 112 | 120 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.53 |
| HSL | 185.27º | 0.61% | 0.29% | - |
| HSV(B) | 185.27º | 0.76% | 0.47% | - |
| XYZ | 9.69 | 13.21 | 19.81 | - |
| YUV | 88.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 120 | 0.76 | 0.07 | 0 | 0.53 | 185.27 | 0.61 | 0.29 |
| Hex | 1D | 70 | 78 | 4C | 7 | 0 | 35 | B9 | 3D | 1D |
| Octal | 35 | 160 | 170 | 114 | 7 | 0 | 65 | 271 | 75 | 35 |
| Binary | 11101 | 1110000 | 1111000 | 1001100 | 111 | 0 | 110101 | 10111001 | 111101 | 11101 |
Color Harmonies of #1D7078
Complementary color
Monochromatic Colors of #1D7078
Black with #1D7078
Text Example
Text Example
White with #1D7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7078; }
p { color: rgb(29,112,120); }
H1.HeaderClassName
{
color: #1D7078;
}
.AnyTagClassName
{
color: #1D7078;
}
</style>
background-color css
<style>
a { background-color: #1D7078; }
a { background-color: rgb(29,112,120); }
div.DivClassName
{
background-color: #1D7078;
}
.BgClassName
{
background-color: #1D7078;
}
</style>
border-color css
<style>
span { border-color: #1D7078; }
span { border-color: rgb(29,112,120); }
td.TdClassName
{
border-color: #1D7078;
}
.TagClassName
{
border-color: #1D7078;
}
</style>