Shades of Allports #1F7589
Tints of Allports #1F7589
RGB
CMYK
RGB Variations
Color information
#1F7589 (or 0x1F7589) is known color: Allports. HEX triplet: 1F, 75 and 89. RGB value is (31,117,137). Sum of RGB (Red+Green+Blue) = 31+117+137=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7589 is #E08A76. Grayscale: #5D5D5D. Windows color (decimal): -14715511 or 9008415. OLE color: 9008415.
HSL color Cylindrical-coordinate representation of color #1F7589: hue angle of 191.32º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7589 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 117 | 137 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.46 |
| HSL | 191.32º | 0.63% | 0.33% | - |
| HSV(B) | 191.32º | 0.77% | 0.54% | - |
| XYZ | 11.44 | 14.82 | 25.92 | - |
| YUV | 93.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 137 | 0.77 | 0.15 | 0 | 0.46 | 191.32 | 0.63 | 0.33 |
| Hex | 1F | 75 | 89 | 4D | F | 0 | 2E | BF | 3F | 21 |
| Octal | 37 | 165 | 211 | 115 | 17 | 0 | 56 | 277 | 77 | 41 |
| Binary | 11111 | 1110101 | 10001001 | 1001101 | 1111 | 0 | 101110 | 10111111 | 111111 | 100001 |
Color Harmonies of #1F7589
Complementary color
Monochromatic Colors of #1F7589
Black with #1F7589
Text Example
Text Example
White with #1F7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7589; }
p { color: rgb(31,117,137); }
H1.HeaderClassName
{
color: #1F7589;
}
.AnyTagClassName
{
color: #1F7589;
}
</style>
background-color css
<style>
a { background-color: #1F7589; }
a { background-color: rgb(31,117,137); }
div.DivClassName
{
background-color: #1F7589;
}
.BgClassName
{
background-color: #1F7589;
}
</style>
border-color css
<style>
span { border-color: #1F7589; }
span { border-color: rgb(31,117,137); }
td.TdClassName
{
border-color: #1F7589;
}
.TagClassName
{
border-color: #1F7589;
}
</style>