Shades of Allports #1D657F
Tints of Allports #1D657F
RGB
CMYK
RGB Variations
Color information
#1D657F (or 0x1D657F) is known color: Allports. HEX triplet: 1D, 65 and 7F. RGB value is (29,101,127). Sum of RGB (Red+Green+Blue) = 29+101+127=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D657F is #E29A80. Grayscale: #525252. Windows color (decimal): -14850689 or 8348957. OLE color: 8348957.
HSL color Cylindrical-coordinate representation of color #1D657F: hue angle of 195.92º 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 #1D657F is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 101 | 127 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.50 |
| HSL | 195.92º | 0.63% | 0.31% | - |
| HSV(B) | 195.92º | 0.77% | 0.5% | - |
| XYZ | 8.99 | 11.1 | 21.75 | - |
| YUV | 82.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 127 | 0.77 | 0.20 | 0 | 0.50 | 195.92 | 0.63 | 0.31 |
| Hex | 1D | 65 | 7F | 4D | 14 | 0 | 32 | C4 | 3F | 1F |
| Octal | 35 | 145 | 177 | 115 | 24 | 0 | 62 | 304 | 77 | 37 |
| Binary | 11101 | 1100101 | 1111111 | 1001101 | 10100 | 0 | 110010 | 11000100 | 111111 | 11111 |
Color Harmonies of #1D657F
Complementary color
Monochromatic Colors of #1D657F
Black with #1D657F
Text Example
Text Example
White with #1D657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D657F; }
p { color: rgb(29,101,127); }
H1.HeaderClassName
{
color: #1D657F;
}
.AnyTagClassName
{
color: #1D657F;
}
</style>
background-color css
<style>
a { background-color: #1D657F; }
a { background-color: rgb(29,101,127); }
div.DivClassName
{
background-color: #1D657F;
}
.BgClassName
{
background-color: #1D657F;
}
</style>
border-color css
<style>
span { border-color: #1D657F; }
span { border-color: rgb(29,101,127); }
td.TdClassName
{
border-color: #1D657F;
}
.TagClassName
{
border-color: #1D657F;
}
</style>