Shades of Allports #1F7785
Tints of Allports #1F7785
RGB
CMYK
RGB Variations
Color information
#1F7785 (or 0x1F7785) is known color: Allports. HEX triplet: 1F, 77 and 85. RGB value is (31,119,133). Sum of RGB (Red+Green+Blue) = 31+119+133=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7785 is #E0887A. Grayscale: #5E5E5E. Windows color (decimal): -14715003 or 8746783. OLE color: 8746783.
HSL color Cylindrical-coordinate representation of color #1F7785: hue angle of 188.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7785 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 119 | 133 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.48 |
| HSL | 188.24º | 0.62% | 0.32% | - |
| HSV(B) | 188.24º | 0.77% | 0.52% | - |
| XYZ | 11.4 | 15.18 | 24.52 | - |
| YUV | 94.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 133 | 0.77 | 0.11 | 0 | 0.48 | 188.24 | 0.62 | 0.32 |
| Hex | 1F | 77 | 85 | 4D | B | 0 | 30 | BC | 3E | 20 |
| Octal | 37 | 167 | 205 | 115 | 13 | 0 | 60 | 274 | 76 | 40 |
| Binary | 11111 | 1110111 | 10000101 | 1001101 | 1011 | 0 | 110000 | 10111100 | 111110 | 100000 |
Color Harmonies of #1F7785
Complementary color
Monochromatic Colors of #1F7785
Black with #1F7785
Text Example
Text Example
White with #1F7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7785; }
p { color: rgb(31,119,133); }
H1.HeaderClassName
{
color: #1F7785;
}
.AnyTagClassName
{
color: #1F7785;
}
</style>
background-color css
<style>
a { background-color: #1F7785; }
a { background-color: rgb(31,119,133); }
div.DivClassName
{
background-color: #1F7785;
}
.BgClassName
{
background-color: #1F7785;
}
</style>
border-color css
<style>
span { border-color: #1F7785; }
span { border-color: rgb(31,119,133); }
td.TdClassName
{
border-color: #1F7785;
}
.TagClassName
{
border-color: #1F7785;
}
</style>