Shades of Allports #1F6980
Tints of Allports #1F6980
RGB
CMYK
RGB Variations
Color information
#1F6980 (or 0x1F6980) is known color: Allports. HEX triplet: 1F, 69 and 80. RGB value is (31,105,128). Sum of RGB (Red+Green+Blue) = 31+105+128=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F6980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6980 is #E0967F. Grayscale: #555555. Windows color (decimal): -14718592 or 8415519. OLE color: 8415519.
HSL color Cylindrical-coordinate representation of color #1F6980: hue angle of 194.23º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F6980 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 105 | 128 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.50 |
| HSL | 194.23º | 0.61% | 0.31% | - |
| HSV(B) | 194.23º | 0.76% | 0.5% | - |
| XYZ | 9.51 | 11.95 | 22.23 | - |
| YUV | 85.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 128 | 0.76 | 0.18 | 0 | 0.50 | 194.23 | 0.61 | 0.31 |
| Hex | 1F | 69 | 80 | 4C | 12 | 0 | 32 | C2 | 3D | 1F |
| Octal | 37 | 151 | 200 | 114 | 22 | 0 | 62 | 302 | 75 | 37 |
| Binary | 11111 | 1101001 | 10000000 | 1001100 | 10010 | 0 | 110010 | 11000010 | 111101 | 11111 |
Color Harmonies of #1F6980
Complementary color
Monochromatic Colors of #1F6980
Black with #1F6980
Text Example
Text Example
White with #1F6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6980; }
p { color: rgb(31,105,128); }
H1.HeaderClassName
{
color: #1F6980;
}
.AnyTagClassName
{
color: #1F6980;
}
</style>
background-color css
<style>
a { background-color: #1F6980; }
a { background-color: rgb(31,105,128); }
div.DivClassName
{
background-color: #1F6980;
}
.BgClassName
{
background-color: #1F6980;
}
</style>
border-color css
<style>
span { border-color: #1F6980; }
span { border-color: rgb(31,105,128); }
td.TdClassName
{
border-color: #1F6980;
}
.TagClassName
{
border-color: #1F6980;
}
</style>