Shades of Allports #1D6972
Tints of Allports #1D6972
RGB
CMYK
RGB Variations
Color information
#1D6972 (or 0x1D6972) is known color: Allports. HEX triplet: 1D, 69 and 72. RGB value is (29,105,114). Sum of RGB (Red+Green+Blue) = 29+105+114=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D6972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6972 is #E2968D. Grayscale: #535353. Windows color (decimal): -14849678 or 7498013. OLE color: 7498013.
HSL color Cylindrical-coordinate representation of color #1D6972: hue angle of 186.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6972 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 105 | 114 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.55 |
| HSL | 186.35º | 0.59% | 0.28% | - |
| HSV(B) | 186.35º | 0.75% | 0.45% | - |
| XYZ | 8.6 | 11.58 | 17.7 | - |
| YUV | 83.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 114 | 0.75 | 0.08 | 0 | 0.55 | 186.35 | 0.59 | 0.28 |
| Hex | 1D | 69 | 72 | 4B | 8 | 0 | 37 | BA | 3B | 1C |
| Octal | 35 | 151 | 162 | 113 | 10 | 0 | 67 | 272 | 73 | 34 |
| Binary | 11101 | 1101001 | 1110010 | 1001011 | 1000 | 0 | 110111 | 10111010 | 111011 | 11100 |
Color Harmonies of #1D6972
Complementary color
Monochromatic Colors of #1D6972
Black with #1D6972
Text Example
Text Example
White with #1D6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6972; }
p { color: rgb(29,105,114); }
H1.HeaderClassName
{
color: #1D6972;
}
.AnyTagClassName
{
color: #1D6972;
}
</style>
background-color css
<style>
a { background-color: #1D6972; }
a { background-color: rgb(29,105,114); }
div.DivClassName
{
background-color: #1D6972;
}
.BgClassName
{
background-color: #1D6972;
}
</style>
border-color css
<style>
span { border-color: #1D6972; }
span { border-color: rgb(29,105,114); }
td.TdClassName
{
border-color: #1D6972;
}
.TagClassName
{
border-color: #1D6972;
}
</style>