Shades of Allports #1D6870
Tints of Allports #1D6870
RGB
CMYK
RGB Variations
Color information
#1D6870 (or 0x1D6870) is known color: Allports. HEX triplet: 1D, 68 and 70. RGB value is (29,104,112). Sum of RGB (Red+Green+Blue) = 29+104+112=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D6870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6870 is #E2978F. Grayscale: #525252. Windows color (decimal): -14849936 or 7366685. OLE color: 7366685.
HSL color Cylindrical-coordinate representation of color #1D6870: hue angle of 185.78º 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 #1D6870 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 104 | 112 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.56 |
| HSL | 185.78º | 0.59% | 0.28% | - |
| HSV(B) | 185.78º | 0.74% | 0.44% | - |
| XYZ | 8.38 | 11.33 | 17.07 | - |
| YUV | 82.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 112 | 0.74 | 0.07 | 0 | 0.56 | 185.78 | 0.59 | 0.28 |
| Hex | 1D | 68 | 70 | 4A | 7 | 0 | 38 | BA | 3B | 1C |
| Octal | 35 | 150 | 160 | 112 | 7 | 0 | 70 | 272 | 73 | 34 |
| Binary | 11101 | 1101000 | 1110000 | 1001010 | 111 | 0 | 111000 | 10111010 | 111011 | 11100 |
Color Harmonies of #1D6870
Complementary color
Monochromatic Colors of #1D6870
Black with #1D6870
Text Example
Text Example
White with #1D6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6870; }
p { color: rgb(29,104,112); }
H1.HeaderClassName
{
color: #1D6870;
}
.AnyTagClassName
{
color: #1D6870;
}
</style>
background-color css
<style>
a { background-color: #1D6870; }
a { background-color: rgb(29,104,112); }
div.DivClassName
{
background-color: #1D6870;
}
.BgClassName
{
background-color: #1D6870;
}
</style>
border-color css
<style>
span { border-color: #1D6870; }
span { border-color: rgb(29,104,112); }
td.TdClassName
{
border-color: #1D6870;
}
.TagClassName
{
border-color: #1D6870;
}
</style>