Shades of Allports #1F7189
Tints of Allports #1F7189
RGB
CMYK
RGB Variations
Color information
#1F7189 (or 0x1F7189) is known color: Allports. HEX triplet: 1F, 71 and 89. RGB value is (31,113,137). Sum of RGB (Red+Green+Blue) = 31+113+137=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F7189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7189 is #E08E76. Grayscale: #5B5B5B. Windows color (decimal): -14716535 or 9007391. OLE color: 9007391.
HSL color Cylindrical-coordinate representation of color #1F7189: hue angle of 193.58º 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 #1F7189 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 113 | 137 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.46 |
| HSL | 193.58º | 0.63% | 0.33% | - |
| HSV(B) | 193.58º | 0.77% | 0.54% | - |
| XYZ | 10.99 | 13.91 | 25.77 | - |
| YUV | 91.22 | 153.83 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 137 | 0.77 | 0.18 | 0 | 0.46 | 193.58 | 0.63 | 0.33 |
| Hex | 1F | 71 | 89 | 4D | 12 | 0 | 2E | C2 | 3F | 21 |
| Octal | 37 | 161 | 211 | 115 | 22 | 0 | 56 | 302 | 77 | 41 |
| Binary | 11111 | 1110001 | 10001001 | 1001101 | 10010 | 0 | 101110 | 11000010 | 111111 | 100001 |
Color Harmonies of #1F7189
Complementary color
Monochromatic Colors of #1F7189
Black with #1F7189
Text Example
Text Example
White with #1F7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7189; }
p { color: rgb(31,113,137); }
H1.HeaderClassName
{
color: #1F7189;
}
.AnyTagClassName
{
color: #1F7189;
}
</style>
background-color css
<style>
a { background-color: #1F7189; }
a { background-color: rgb(31,113,137); }
div.DivClassName
{
background-color: #1F7189;
}
.BgClassName
{
background-color: #1F7189;
}
</style>
border-color css
<style>
span { border-color: #1F7189; }
span { border-color: rgb(31,113,137); }
td.TdClassName
{
border-color: #1F7189;
}
.TagClassName
{
border-color: #1F7189;
}
</style>