Shades of Allports #1F6686
Tints of Allports #1F6686
RGB
CMYK
RGB Variations
Color information
#1F6686 (or 0x1F6686) is known color: Allports. HEX triplet: 1F, 66 and 86. RGB value is (31,102,134). Sum of RGB (Red+Green+Blue) = 31+102+134=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6686 is #E09979. Grayscale: #545454. Windows color (decimal): -14719354 or 8807967. OLE color: 8807967.
HSL color Cylindrical-coordinate representation of color #1F6686: hue angle of 198.64º 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 #1F6686 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 102 | 134 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.47 |
| HSL | 198.64º | 0.62% | 0.32% | - |
| HSV(B) | 198.64º | 0.77% | 0.53% | - |
| XYZ | 9.62 | 11.52 | 24.27 | - |
| YUV | 84.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 134 | 0.77 | 0.24 | 0 | 0.47 | 198.64 | 0.62 | 0.32 |
| Hex | 1F | 66 | 86 | 4D | 18 | 0 | 2F | C7 | 3E | 20 |
| Octal | 37 | 146 | 206 | 115 | 30 | 0 | 57 | 307 | 76 | 40 |
| Binary | 11111 | 1100110 | 10000110 | 1001101 | 11000 | 0 | 101111 | 11000111 | 111110 | 100000 |
Color Harmonies of #1F6686
Complementary color
Monochromatic Colors of #1F6686
Black with #1F6686
Text Example
Text Example
White with #1F6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6686; }
p { color: rgb(31,102,134); }
H1.HeaderClassName
{
color: #1F6686;
}
.AnyTagClassName
{
color: #1F6686;
}
</style>
background-color css
<style>
a { background-color: #1F6686; }
a { background-color: rgb(31,102,134); }
div.DivClassName
{
background-color: #1F6686;
}
.BgClassName
{
background-color: #1F6686;
}
</style>
border-color css
<style>
span { border-color: #1F6686; }
span { border-color: rgb(31,102,134); }
td.TdClassName
{
border-color: #1F6686;
}
.TagClassName
{
border-color: #1F6686;
}
</style>