Shades of Allports #1F6983
Tints of Allports #1F6983
RGB
CMYK
RGB Variations
Color information
#1F6983 (or 0x1F6983) is known color: Allports. HEX triplet: 1F, 69 and 83. RGB value is (31,105,131). Sum of RGB (Red+Green+Blue) = 31+105+131=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F6983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6983 is #E0967C. Grayscale: #555555. Windows color (decimal): -14718589 or 8612127. OLE color: 8612127.
HSL color Cylindrical-coordinate representation of color #1F6983: hue angle of 195.6º degrees, saturation: 0.62, 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 #1F6983 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 105 | 131 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.49 |
| HSL | 195.6º | 0.62% | 0.32% | - |
| HSV(B) | 195.6º | 0.76% | 0.51% | - |
| XYZ | 9.71 | 12.03 | 23.28 | - |
| YUV | 85.84 | 153.48 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 131 | 0.76 | 0.20 | 0 | 0.49 | 195.6 | 0.62 | 0.32 |
| Hex | 1F | 69 | 83 | 4C | 14 | 0 | 31 | C4 | 3E | 20 |
| Octal | 37 | 151 | 203 | 114 | 24 | 0 | 61 | 304 | 76 | 40 |
| Binary | 11111 | 1101001 | 10000011 | 1001100 | 10100 | 0 | 110001 | 11000100 | 111110 | 100000 |
Color Harmonies of #1F6983
Complementary color
Monochromatic Colors of #1F6983
Black with #1F6983
Text Example
Text Example
White with #1F6983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6983; }
p { color: rgb(31,105,131); }
H1.HeaderClassName
{
color: #1F6983;
}
.AnyTagClassName
{
color: #1F6983;
}
</style>
background-color css
<style>
a { background-color: #1F6983; }
a { background-color: rgb(31,105,131); }
div.DivClassName
{
background-color: #1F6983;
}
.BgClassName
{
background-color: #1F6983;
}
</style>
border-color css
<style>
span { border-color: #1F6983; }
span { border-color: rgb(31,105,131); }
td.TdClassName
{
border-color: #1F6983;
}
.TagClassName
{
border-color: #1F6983;
}
</style>