Shades of Allports #1F6982
Tints of Allports #1F6982
RGB
CMYK
RGB Variations
Color information
#1F6982 (or 0x1F6982) is known color: Allports. HEX triplet: 1F, 69 and 82. RGB value is (31,105,130). Sum of RGB (Red+Green+Blue) = 31+105+130=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6982 is #E0967D. Grayscale: #555555. Windows color (decimal): -14718590 or 8546591. OLE color: 8546591.
HSL color Cylindrical-coordinate representation of color #1F6982: hue angle of 195.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F6982 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 105 | 130 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.49 |
| HSL | 195.15º | 0.61% | 0.32% | - |
| HSV(B) | 195.15º | 0.76% | 0.51% | - |
| XYZ | 9.65 | 12.01 | 22.93 | - |
| YUV | 85.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 130 | 0.76 | 0.19 | 0 | 0.49 | 195.15 | 0.61 | 0.32 |
| Hex | 1F | 69 | 82 | 4C | 13 | 0 | 31 | C3 | 3D | 20 |
| Octal | 37 | 151 | 202 | 114 | 23 | 0 | 61 | 303 | 75 | 40 |
| Binary | 11111 | 1101001 | 10000010 | 1001100 | 10011 | 0 | 110001 | 11000011 | 111101 | 100000 |
Color Harmonies of #1F6982
Complementary color
Monochromatic Colors of #1F6982
Black with #1F6982
Text Example
Text Example
White with #1F6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6982; }
p { color: rgb(31,105,130); }
H1.HeaderClassName
{
color: #1F6982;
}
.AnyTagClassName
{
color: #1F6982;
}
</style>
background-color css
<style>
a { background-color: #1F6982; }
a { background-color: rgb(31,105,130); }
div.DivClassName
{
background-color: #1F6982;
}
.BgClassName
{
background-color: #1F6982;
}
</style>
border-color css
<style>
span { border-color: #1F6982; }
span { border-color: rgb(31,105,130); }
td.TdClassName
{
border-color: #1F6982;
}
.TagClassName
{
border-color: #1F6982;
}
</style>