Shades of Allports #1D7491
Tints of Allports #1D7491
RGB
CMYK
RGB Variations
Color information
#1D7491 (or 0x1D7491) is known color: Allports. HEX triplet: 1D, 74 and 91. RGB value is (29,116,145). Sum of RGB (Red+Green+Blue) = 29+116+145=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7491 is #E28B6E. Grayscale: #5D5D5D. Windows color (decimal): -14846831 or 9532445. OLE color: 9532445.
HSL color Cylindrical-coordinate representation of color #1D7491: hue angle of 195º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D7491 is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 116 | 145 | - |
| CMYK | 0.8 | 0.2 | 0 | 0.43 |
| HSL | 195º | 0.67% | 0.34% | - |
| HSV(B) | 195º | 0.8% | 0.57% | - |
| XYZ | 11.86 | 14.8 | 29.02 | - |
| YUV | 93.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 145 | 0.8 | 0.2 | 0 | 0.43 | 195 | 0.67 | 0.34 |
| Hex | 1D | 74 | 91 | 50 | 14 | 0 | 2B | C3 | 43 | 22 |
| Octal | 35 | 164 | 221 | 120 | 24 | 0 | 53 | 303 | 103 | 42 |
| Binary | 11101 | 1110100 | 10010001 | 1010000 | 10100 | 0 | 101011 | 11000011 | 1000011 | 100010 |
Color Harmonies of #1D7491
Complementary color
Monochromatic Colors of #1D7491
Black with #1D7491
Text Example
Text Example
White with #1D7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7491; }
p { color: rgb(29,116,145); }
H1.HeaderClassName
{
color: #1D7491;
}
.AnyTagClassName
{
color: #1D7491;
}
</style>
background-color css
<style>
a { background-color: #1D7491; }
a { background-color: rgb(29,116,145); }
div.DivClassName
{
background-color: #1D7491;
}
.BgClassName
{
background-color: #1D7491;
}
</style>
border-color css
<style>
span { border-color: #1D7491; }
span { border-color: rgb(29,116,145); }
td.TdClassName
{
border-color: #1D7491;
}
.TagClassName
{
border-color: #1D7491;
}
</style>