Shades of Allports #1D728D
Tints of Allports #1D728D
RGB
CMYK
RGB Variations
Color information
#1D728D (or 0x1D728D) is known color: Allports. HEX triplet: 1D, 72 and 8D. RGB value is (29,114,141). Sum of RGB (Red+Green+Blue) = 29+114+141=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D728D is #E28D72. Grayscale: #5B5B5B. Windows color (decimal): -14847347 or 9269789. OLE color: 9269789.
HSL color Cylindrical-coordinate representation of color #1D728D: hue angle of 194.46º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D728D is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 114 | 141 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.45 |
| HSL | 194.46º | 0.66% | 0.33% | - |
| HSV(B) | 194.46º | 0.79% | 0.55% | - |
| XYZ | 11.33 | 14.22 | 27.35 | - |
| YUV | 91.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 141 | 0.79 | 0.19 | 0 | 0.45 | 194.46 | 0.66 | 0.33 |
| Hex | 1D | 72 | 8D | 4F | 13 | 0 | 2D | C2 | 42 | 21 |
| Octal | 35 | 162 | 215 | 117 | 23 | 0 | 55 | 302 | 102 | 41 |
| Binary | 11101 | 1110010 | 10001101 | 1001111 | 10011 | 0 | 101101 | 11000010 | 1000010 | 100001 |
Color Harmonies of #1D728D
Complementary color
Monochromatic Colors of #1D728D
Black with #1D728D
Text Example
Text Example
White with #1D728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D728D; }
p { color: rgb(29,114,141); }
H1.HeaderClassName
{
color: #1D728D;
}
.AnyTagClassName
{
color: #1D728D;
}
</style>
background-color css
<style>
a { background-color: #1D728D; }
a { background-color: rgb(29,114,141); }
div.DivClassName
{
background-color: #1D728D;
}
.BgClassName
{
background-color: #1D728D;
}
</style>
border-color css
<style>
span { border-color: #1D728D; }
span { border-color: rgb(29,114,141); }
td.TdClassName
{
border-color: #1D728D;
}
.TagClassName
{
border-color: #1D728D;
}
</style>