Shades of Allports #1D718A
Tints of Allports #1D718A
RGB
CMYK
RGB Variations
Color information
#1D718A (or 0x1D718A) is known color: Allports. HEX triplet: 1D, 71 and 8A. RGB value is (29,113,138). Sum of RGB (Red+Green+Blue) = 29+113+138=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D718A is #E28E75. Grayscale: #5A5A5A. Windows color (decimal): -14847606 or 9072925. OLE color: 9072925.
HSL color Cylindrical-coordinate representation of color #1D718A: hue angle of 193.76º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D718A is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 113 | 138 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.46 |
| HSL | 193.76º | 0.65% | 0.33% | - |
| HSV(B) | 193.76º | 0.79% | 0.54% | - |
| XYZ | 11 | 13.91 | 26.15 | - |
| YUV | 90.73 | 154.67 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 138 | 0.79 | 0.18 | 0 | 0.46 | 193.76 | 0.65 | 0.33 |
| Hex | 1D | 71 | 8A | 4F | 12 | 0 | 2E | C2 | 41 | 21 |
| Octal | 35 | 161 | 212 | 117 | 22 | 0 | 56 | 302 | 101 | 41 |
| Binary | 11101 | 1110001 | 10001010 | 1001111 | 10010 | 0 | 101110 | 11000010 | 1000001 | 100001 |
Color Harmonies of #1D718A
Complementary color
Monochromatic Colors of #1D718A
Black with #1D718A
Text Example
Text Example
White with #1D718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D718A; }
p { color: rgb(29,113,138); }
H1.HeaderClassName
{
color: #1D718A;
}
.AnyTagClassName
{
color: #1D718A;
}
</style>
background-color css
<style>
a { background-color: #1D718A; }
a { background-color: rgb(29,113,138); }
div.DivClassName
{
background-color: #1D718A;
}
.BgClassName
{
background-color: #1D718A;
}
</style>
border-color css
<style>
span { border-color: #1D718A; }
span { border-color: rgb(29,113,138); }
td.TdClassName
{
border-color: #1D718A;
}
.TagClassName
{
border-color: #1D718A;
}
</style>