Shades of Allports #1D6D90
Tints of Allports #1D6D90
RGB
CMYK
RGB Variations
Color information
#1D6D90 (or 0x1D6D90) is known color: Allports. HEX triplet: 1D, 6D and 90. RGB value is (29,109,144). Sum of RGB (Red+Green+Blue) = 29+109+144=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D6D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6D90 is #E2926F. Grayscale: #585858. Windows color (decimal): -14848624 or 9465117. OLE color: 9465117.
HSL color Cylindrical-coordinate representation of color #1D6D90: hue angle of 198.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6D90 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 109 | 144 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.44 |
| HSL | 198.26º | 0.66% | 0.34% | - |
| HSV(B) | 198.26º | 0.8% | 0.56% | - |
| XYZ | 11.01 | 13.21 | 28.36 | - |
| YUV | 89.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 144 | 0.80 | 0.24 | 0 | 0.44 | 198.26 | 0.66 | 0.34 |
| Hex | 1D | 6D | 90 | 50 | 18 | 0 | 2C | C6 | 42 | 22 |
| Octal | 35 | 155 | 220 | 120 | 30 | 0 | 54 | 306 | 102 | 42 |
| Binary | 11101 | 1101101 | 10010000 | 1010000 | 11000 | 0 | 101100 | 11000110 | 1000010 | 100010 |
Color Harmonies of #1D6D90
Complementary color
Monochromatic Colors of #1D6D90
Black with #1D6D90
Text Example
Text Example
White with #1D6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6D90; }
p { color: rgb(29,109,144); }
H1.HeaderClassName
{
color: #1D6D90;
}
.AnyTagClassName
{
color: #1D6D90;
}
</style>
background-color css
<style>
a { background-color: #1D6D90; }
a { background-color: rgb(29,109,144); }
div.DivClassName
{
background-color: #1D6D90;
}
.BgClassName
{
background-color: #1D6D90;
}
</style>
border-color css
<style>
span { border-color: #1D6D90; }
span { border-color: rgb(29,109,144); }
td.TdClassName
{
border-color: #1D6D90;
}
.TagClassName
{
border-color: #1D6D90;
}
</style>