Shades of Allports #1D7685
Tints of Allports #1D7685
RGB
CMYK
RGB Variations
Color information
#1D7685 (or 0x1D7685) is known color: Allports. HEX triplet: 1D, 76 and 85. RGB value is (29,118,133). Sum of RGB (Red+Green+Blue) = 29+118+133=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7685 is #E2897A. Grayscale: #5C5C5C. Windows color (decimal): -14846331 or 8746525. OLE color: 8746525.
HSL color Cylindrical-coordinate representation of color #1D7685: hue angle of 188.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7685 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 118 | 133 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.48 |
| HSL | 188.65º | 0.64% | 0.32% | - |
| HSV(B) | 188.65º | 0.78% | 0.52% | - |
| XYZ | 11.22 | 14.91 | 24.48 | - |
| YUV | 93.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 133 | 0.78 | 0.11 | 0 | 0.48 | 188.65 | 0.64 | 0.32 |
| Hex | 1D | 76 | 85 | 4E | B | 0 | 30 | BD | 40 | 20 |
| Octal | 35 | 166 | 205 | 116 | 13 | 0 | 60 | 275 | 100 | 40 |
| Binary | 11101 | 1110110 | 10000101 | 1001110 | 1011 | 0 | 110000 | 10111101 | 1000000 | 100000 |
Color Harmonies of #1D7685
Complementary color
Monochromatic Colors of #1D7685
Black with #1D7685
Text Example
Text Example
White with #1D7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7685; }
p { color: rgb(29,118,133); }
H1.HeaderClassName
{
color: #1D7685;
}
.AnyTagClassName
{
color: #1D7685;
}
</style>
background-color css
<style>
a { background-color: #1D7685; }
a { background-color: rgb(29,118,133); }
div.DivClassName
{
background-color: #1D7685;
}
.BgClassName
{
background-color: #1D7685;
}
</style>
border-color css
<style>
span { border-color: #1D7685; }
span { border-color: rgb(29,118,133); }
td.TdClassName
{
border-color: #1D7685;
}
.TagClassName
{
border-color: #1D7685;
}
</style>