Shades of Allports #1D6178
Tints of Allports #1D6178
RGB
CMYK
RGB Variations
Color information
#1D6178 (or 0x1D6178) is known color: Allports. HEX triplet: 1D, 61 and 78. RGB value is (29,97,120). Sum of RGB (Red+Green+Blue) = 29+97+120=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6178 is #E29E87. Grayscale: #4F4F4F. Windows color (decimal): -14851720 or 7889181. OLE color: 7889181.
HSL color Cylindrical-coordinate representation of color #1D6178: hue angle of 195.16º 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 #1D6178 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 97 | 120 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.53 |
| HSL | 195.16º | 0.61% | 0.29% | - |
| HSV(B) | 195.16º | 0.76% | 0.47% | - |
| XYZ | 8.17 | 10.17 | 19.3 | - |
| YUV | 79.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 120 | 0.76 | 0.19 | 0 | 0.53 | 195.16 | 0.61 | 0.29 |
| Hex | 1D | 61 | 78 | 4C | 13 | 0 | 35 | C3 | 3D | 1D |
| Octal | 35 | 141 | 170 | 114 | 23 | 0 | 65 | 303 | 75 | 35 |
| Binary | 11101 | 1100001 | 1111000 | 1001100 | 10011 | 0 | 110101 | 11000011 | 111101 | 11101 |
Color Harmonies of #1D6178
Complementary color
Monochromatic Colors of #1D6178
Black with #1D6178
Text Example
Text Example
White with #1D6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6178; }
p { color: rgb(29,97,120); }
H1.HeaderClassName
{
color: #1D6178;
}
.AnyTagClassName
{
color: #1D6178;
}
</style>
background-color css
<style>
a { background-color: #1D6178; }
a { background-color: rgb(29,97,120); }
div.DivClassName
{
background-color: #1D6178;
}
.BgClassName
{
background-color: #1D6178;
}
</style>
border-color css
<style>
span { border-color: #1D6178; }
span { border-color: rgb(29,97,120); }
td.TdClassName
{
border-color: #1D6178;
}
.TagClassName
{
border-color: #1D6178;
}
</style>