Shades of Allports #1F7086
Tints of Allports #1F7086
RGB
CMYK
RGB Variations
Color information
#1F7086 (or 0x1F7086) is known color: Allports. HEX triplet: 1F, 70 and 86. RGB value is (31,112,134). Sum of RGB (Red+Green+Blue) = 31+112+134=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F7086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7086 is #E08F79. Grayscale: #5A5A5A. Windows color (decimal): -14716794 or 8810527. OLE color: 8810527.
HSL color Cylindrical-coordinate representation of color #1F7086: hue angle of 192.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7086 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 112 | 134 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.47 |
| HSL | 192.82º | 0.62% | 0.32% | - |
| HSV(B) | 192.82º | 0.77% | 0.53% | - |
| XYZ | 10.66 | 13.6 | 24.62 | - |
| YUV | 90.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 134 | 0.77 | 0.16 | 0 | 0.47 | 192.82 | 0.62 | 0.32 |
| Hex | 1F | 70 | 86 | 4D | 10 | 0 | 2F | C1 | 3E | 20 |
| Octal | 37 | 160 | 206 | 115 | 20 | 0 | 57 | 301 | 76 | 40 |
| Binary | 11111 | 1110000 | 10000110 | 1001101 | 10000 | 0 | 101111 | 11000001 | 111110 | 100000 |
Color Harmonies of #1F7086
Complementary color
Monochromatic Colors of #1F7086
Black with #1F7086
Text Example
Text Example
White with #1F7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7086; }
p { color: rgb(31,112,134); }
H1.HeaderClassName
{
color: #1F7086;
}
.AnyTagClassName
{
color: #1F7086;
}
</style>
background-color css
<style>
a { background-color: #1F7086; }
a { background-color: rgb(31,112,134); }
div.DivClassName
{
background-color: #1F7086;
}
.BgClassName
{
background-color: #1F7086;
}
</style>
border-color css
<style>
span { border-color: #1F7086; }
span { border-color: rgb(31,112,134); }
td.TdClassName
{
border-color: #1F7086;
}
.TagClassName
{
border-color: #1F7086;
}
</style>