Shades of Allports #1D728A
Tints of Allports #1D728A
RGB
CMYK
RGB Variations
Color information
#1D728A (or 0x1D728A) is known color: Allports. HEX triplet: 1D, 72 and 8A. RGB value is (29,114,138). Sum of RGB (Red+Green+Blue) = 29+114+138=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D728A is #E28D75. Grayscale: #5B5B5B. Windows color (decimal): -14847350 or 9073181. OLE color: 9073181.
HSL color Cylindrical-coordinate representation of color #1D728A: hue angle of 193.21º 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 #1D728A is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 114 | 138 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.46 |
| HSL | 193.21º | 0.65% | 0.33% | - |
| HSV(B) | 193.21º | 0.79% | 0.54% | - |
| XYZ | 11.11 | 14.13 | 26.19 | - |
| YUV | 91.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 138 | 0.79 | 0.17 | 0 | 0.46 | 193.21 | 0.65 | 0.33 |
| Hex | 1D | 72 | 8A | 4F | 11 | 0 | 2E | C1 | 41 | 21 |
| Octal | 35 | 162 | 212 | 117 | 21 | 0 | 56 | 301 | 101 | 41 |
| Binary | 11101 | 1110010 | 10001010 | 1001111 | 10001 | 0 | 101110 | 11000001 | 1000001 | 100001 |
Color Harmonies of #1D728A
Complementary color
Monochromatic Colors of #1D728A
Black with #1D728A
Text Example
Text Example
White with #1D728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D728A; }
p { color: rgb(29,114,138); }
H1.HeaderClassName
{
color: #1D728A;
}
.AnyTagClassName
{
color: #1D728A;
}
</style>
background-color css
<style>
a { background-color: #1D728A; }
a { background-color: rgb(29,114,138); }
div.DivClassName
{
background-color: #1D728A;
}
.BgClassName
{
background-color: #1D728A;
}
</style>
border-color css
<style>
span { border-color: #1D728A; }
span { border-color: rgb(29,114,138); }
td.TdClassName
{
border-color: #1D728A;
}
.TagClassName
{
border-color: #1D728A;
}
</style>