Shades of Allports #1F6986
Tints of Allports #1F6986
RGB
CMYK
RGB Variations
Color information
#1F6986 (or 0x1F6986) is known color: Allports. HEX triplet: 1F, 69 and 86. RGB value is (31,105,134). Sum of RGB (Red+Green+Blue) = 31+105+134=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F6986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6986 is #E09679. Grayscale: #555555. Windows color (decimal): -14718586 or 8808735. OLE color: 8808735.
HSL color Cylindrical-coordinate representation of color #1F6986: hue angle of 196.89º 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 #1F6986 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 105 | 134 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.47 |
| HSL | 196.89º | 0.62% | 0.32% | - |
| HSV(B) | 196.89º | 0.77% | 0.53% | - |
| XYZ | 9.92 | 12.12 | 24.37 | - |
| YUV | 86.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 134 | 0.77 | 0.22 | 0 | 0.47 | 196.89 | 0.62 | 0.32 |
| Hex | 1F | 69 | 86 | 4D | 16 | 0 | 2F | C5 | 3E | 20 |
| Octal | 37 | 151 | 206 | 115 | 26 | 0 | 57 | 305 | 76 | 40 |
| Binary | 11111 | 1101001 | 10000110 | 1001101 | 10110 | 0 | 101111 | 11000101 | 111110 | 100000 |
Color Harmonies of #1F6986
Complementary color
Monochromatic Colors of #1F6986
Black with #1F6986
Text Example
Text Example
White with #1F6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6986; }
p { color: rgb(31,105,134); }
H1.HeaderClassName
{
color: #1F6986;
}
.AnyTagClassName
{
color: #1F6986;
}
</style>
background-color css
<style>
a { background-color: #1F6986; }
a { background-color: rgb(31,105,134); }
div.DivClassName
{
background-color: #1F6986;
}
.BgClassName
{
background-color: #1F6986;
}
</style>
border-color css
<style>
span { border-color: #1F6986; }
span { border-color: rgb(31,105,134); }
td.TdClassName
{
border-color: #1F6986;
}
.TagClassName
{
border-color: #1F6986;
}
</style>