Shades of Allports #1F7686
Tints of Allports #1F7686
RGB
CMYK
RGB Variations
Color information
#1F7686 (or 0x1F7686) is known color: Allports. HEX triplet: 1F, 76 and 86. RGB value is (31,118,134). Sum of RGB (Red+Green+Blue) = 31+118+134=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F7686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7686 is #E08979. Grayscale: #5D5D5D. Windows color (decimal): -14715258 or 8812063. OLE color: 8812063.
HSL color Cylindrical-coordinate representation of color #1F7686: hue angle of 189.32º 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 #1F7686 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 118 | 134 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.47 |
| HSL | 189.32º | 0.62% | 0.32% | - |
| HSV(B) | 189.32º | 0.77% | 0.53% | - |
| XYZ | 11.35 | 14.97 | 24.85 | - |
| YUV | 93.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 134 | 0.77 | 0.12 | 0 | 0.47 | 189.32 | 0.62 | 0.32 |
| Hex | 1F | 76 | 86 | 4D | C | 0 | 2F | BD | 3E | 20 |
| Octal | 37 | 166 | 206 | 115 | 14 | 0 | 57 | 275 | 76 | 40 |
| Binary | 11111 | 1110110 | 10000110 | 1001101 | 1100 | 0 | 101111 | 10111101 | 111110 | 100000 |
Color Harmonies of #1F7686
Complementary color
Monochromatic Colors of #1F7686
Black with #1F7686
Text Example
Text Example
White with #1F7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7686; }
p { color: rgb(31,118,134); }
H1.HeaderClassName
{
color: #1F7686;
}
.AnyTagClassName
{
color: #1F7686;
}
</style>
background-color css
<style>
a { background-color: #1F7686; }
a { background-color: rgb(31,118,134); }
div.DivClassName
{
background-color: #1F7686;
}
.BgClassName
{
background-color: #1F7686;
}
</style>
border-color css
<style>
span { border-color: #1F7686; }
span { border-color: rgb(31,118,134); }
td.TdClassName
{
border-color: #1F7686;
}
.TagClassName
{
border-color: #1F7686;
}
</style>