Shades of Allports #1F6783
Tints of Allports #1F6783
RGB
CMYK
RGB Variations
Color information
#1F6783 (or 0x1F6783) is known color: Allports. HEX triplet: 1F, 67 and 83. RGB value is (31,103,131). Sum of RGB (Red+Green+Blue) = 31+103+131=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F6783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6783 is #E0987C. Grayscale: #545454. Windows color (decimal): -14719101 or 8611615. OLE color: 8611615.
HSL color Cylindrical-coordinate representation of color #1F6783: hue angle of 196.8º 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 #1F6783 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 103 | 131 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.49 |
| HSL | 196.8º | 0.62% | 0.32% | - |
| HSV(B) | 196.8º | 0.76% | 0.51% | - |
| XYZ | 9.51 | 11.63 | 23.22 | - |
| YUV | 84.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 131 | 0.76 | 0.21 | 0 | 0.49 | 196.8 | 0.62 | 0.32 |
| Hex | 1F | 67 | 83 | 4C | 15 | 0 | 31 | C5 | 3E | 20 |
| Octal | 37 | 147 | 203 | 114 | 25 | 0 | 61 | 305 | 76 | 40 |
| Binary | 11111 | 1100111 | 10000011 | 1001100 | 10101 | 0 | 110001 | 11000101 | 111110 | 100000 |
Color Harmonies of #1F6783
Complementary color
Monochromatic Colors of #1F6783
Black with #1F6783
Text Example
Text Example
White with #1F6783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6783; }
p { color: rgb(31,103,131); }
H1.HeaderClassName
{
color: #1F6783;
}
.AnyTagClassName
{
color: #1F6783;
}
</style>
background-color css
<style>
a { background-color: #1F6783; }
a { background-color: rgb(31,103,131); }
div.DivClassName
{
background-color: #1F6783;
}
.BgClassName
{
background-color: #1F6783;
}
</style>
border-color css
<style>
span { border-color: #1F6783; }
span { border-color: rgb(31,103,131); }
td.TdClassName
{
border-color: #1F6783;
}
.TagClassName
{
border-color: #1F6783;
}
</style>