Shades of Allports #1D687F
Tints of Allports #1D687F
RGB
CMYK
RGB Variations
Color information
#1D687F (or 0x1D687F) is known color: Allports. HEX triplet: 1D, 68 and 7F. RGB value is (29,104,127). Sum of RGB (Red+Green+Blue) = 29+104+127=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D687F is #E29780. Grayscale: #545454. Windows color (decimal): -14849921 or 8349725. OLE color: 8349725.
HSL color Cylindrical-coordinate representation of color #1D687F: hue angle of 194.08º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D687F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 104 | 127 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.50 |
| HSL | 194.08º | 0.63% | 0.31% | - |
| HSV(B) | 194.08º | 0.77% | 0.5% | - |
| XYZ | 9.29 | 11.69 | 21.85 | - |
| YUV | 84.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 127 | 0.77 | 0.18 | 0 | 0.50 | 194.08 | 0.63 | 0.31 |
| Hex | 1D | 68 | 7F | 4D | 12 | 0 | 32 | C2 | 3F | 1F |
| Octal | 35 | 150 | 177 | 115 | 22 | 0 | 62 | 302 | 77 | 37 |
| Binary | 11101 | 1101000 | 1111111 | 1001101 | 10010 | 0 | 110010 | 11000010 | 111111 | 11111 |
Color Harmonies of #1D687F
Complementary color
Monochromatic Colors of #1D687F
Black with #1D687F
Text Example
Text Example
White with #1D687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D687F; }
p { color: rgb(29,104,127); }
H1.HeaderClassName
{
color: #1D687F;
}
.AnyTagClassName
{
color: #1D687F;
}
</style>
background-color css
<style>
a { background-color: #1D687F; }
a { background-color: rgb(29,104,127); }
div.DivClassName
{
background-color: #1D687F;
}
.BgClassName
{
background-color: #1D687F;
}
</style>
border-color css
<style>
span { border-color: #1D687F; }
span { border-color: rgb(29,104,127); }
td.TdClassName
{
border-color: #1D687F;
}
.TagClassName
{
border-color: #1D687F;
}
</style>