Shades of Allports #1F6586
Tints of Allports #1F6586
RGB
CMYK
RGB Variations
Color information
#1F6586 (or 0x1F6586) is known color: Allports. HEX triplet: 1F, 65 and 86. RGB value is (31,101,134). Sum of RGB (Red+Green+Blue) = 31+101+134=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F6586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6586 is #E09A79. Grayscale: #535353. Windows color (decimal): -14719610 or 8807711. OLE color: 8807711.
HSL color Cylindrical-coordinate representation of color #1F6586: hue angle of 199.22º 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 #1F6586 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 101 | 134 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.47 |
| HSL | 199.22º | 0.62% | 0.32% | - |
| HSV(B) | 199.22º | 0.77% | 0.53% | - |
| XYZ | 9.52 | 11.32 | 24.24 | - |
| YUV | 83.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 134 | 0.77 | 0.25 | 0 | 0.47 | 199.22 | 0.62 | 0.32 |
| Hex | 1F | 65 | 86 | 4D | 19 | 0 | 2F | C7 | 3E | 20 |
| Octal | 37 | 145 | 206 | 115 | 31 | 0 | 57 | 307 | 76 | 40 |
| Binary | 11111 | 1100101 | 10000110 | 1001101 | 11001 | 0 | 101111 | 11000111 | 111110 | 100000 |
Color Harmonies of #1F6586
Complementary color
Monochromatic Colors of #1F6586
Black with #1F6586
Text Example
Text Example
White with #1F6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6586; }
p { color: rgb(31,101,134); }
H1.HeaderClassName
{
color: #1F6586;
}
.AnyTagClassName
{
color: #1F6586;
}
</style>
background-color css
<style>
a { background-color: #1F6586; }
a { background-color: rgb(31,101,134); }
div.DivClassName
{
background-color: #1F6586;
}
.BgClassName
{
background-color: #1F6586;
}
</style>
border-color css
<style>
span { border-color: #1F6586; }
span { border-color: rgb(31,101,134); }
td.TdClassName
{
border-color: #1F6586;
}
.TagClassName
{
border-color: #1F6586;
}
</style>