Shades of Allports #1D7590
Tints of Allports #1D7590
RGB
CMYK
RGB Variations
Color information
#1D7590 (or 0x1D7590) is known color: Allports. HEX triplet: 1D, 75 and 90. RGB value is (29,117,144). Sum of RGB (Red+Green+Blue) = 29+117+144=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7590 is #E28A6F. Grayscale: #5D5D5D. Windows color (decimal): -14846576 or 9467165. OLE color: 9467165.
HSL color Cylindrical-coordinate representation of color #1D7590: hue angle of 194.09º 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 #1D7590 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 117 | 144 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.44 |
| HSL | 194.09º | 0.66% | 0.34% | - |
| HSV(B) | 194.09º | 0.8% | 0.56% | - |
| XYZ | 11.9 | 15 | 28.65 | - |
| YUV | 93.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 144 | 0.80 | 0.19 | 0 | 0.44 | 194.09 | 0.66 | 0.34 |
| Hex | 1D | 75 | 90 | 50 | 13 | 0 | 2C | C2 | 42 | 22 |
| Octal | 35 | 165 | 220 | 120 | 23 | 0 | 54 | 302 | 102 | 42 |
| Binary | 11101 | 1110101 | 10010000 | 1010000 | 10011 | 0 | 101100 | 11000010 | 1000010 | 100010 |
Color Harmonies of #1D7590
Complementary color
Monochromatic Colors of #1D7590
Black with #1D7590
Text Example
Text Example
White with #1D7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7590; }
p { color: rgb(29,117,144); }
H1.HeaderClassName
{
color: #1D7590;
}
.AnyTagClassName
{
color: #1D7590;
}
</style>
background-color css
<style>
a { background-color: #1D7590; }
a { background-color: rgb(29,117,144); }
div.DivClassName
{
background-color: #1D7590;
}
.BgClassName
{
background-color: #1D7590;
}
</style>
border-color css
<style>
span { border-color: #1D7590; }
span { border-color: rgb(29,117,144); }
td.TdClassName
{
border-color: #1D7590;
}
.TagClassName
{
border-color: #1D7590;
}
</style>