Shades of Allports #1D6770
Tints of Allports #1D6770
RGB
CMYK
RGB Variations
Color information
#1D6770 (or 0x1D6770) is known color: Allports. HEX triplet: 1D, 67 and 70. RGB value is (29,103,112). Sum of RGB (Red+Green+Blue) = 29+103+112=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6770 is #E2988F. Grayscale: #515151. Windows color (decimal): -14850192 or 7366429. OLE color: 7366429.
HSL color Cylindrical-coordinate representation of color #1D6770: hue angle of 186.51º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6770 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 103 | 112 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.56 |
| HSL | 186.51º | 0.59% | 0.28% | - |
| HSV(B) | 186.51º | 0.74% | 0.44% | - |
| XYZ | 8.28 | 11.13 | 17.04 | - |
| YUV | 81.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 112 | 0.74 | 0.08 | 0 | 0.56 | 186.51 | 0.59 | 0.28 |
| Hex | 1D | 67 | 70 | 4A | 8 | 0 | 38 | BB | 3B | 1C |
| Octal | 35 | 147 | 160 | 112 | 10 | 0 | 70 | 273 | 73 | 34 |
| Binary | 11101 | 1100111 | 1110000 | 1001010 | 1000 | 0 | 111000 | 10111011 | 111011 | 11100 |
Color Harmonies of #1D6770
Complementary color
Monochromatic Colors of #1D6770
Black with #1D6770
Text Example
Text Example
White with #1D6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6770; }
p { color: rgb(29,103,112); }
H1.HeaderClassName
{
color: #1D6770;
}
.AnyTagClassName
{
color: #1D6770;
}
</style>
background-color css
<style>
a { background-color: #1D6770; }
a { background-color: rgb(29,103,112); }
div.DivClassName
{
background-color: #1D6770;
}
.BgClassName
{
background-color: #1D6770;
}
</style>
border-color css
<style>
span { border-color: #1D6770; }
span { border-color: rgb(29,103,112); }
td.TdClassName
{
border-color: #1D6770;
}
.TagClassName
{
border-color: #1D6770;
}
</style>