Shades of Allports #1F7883
Tints of Allports #1F7883
RGB
CMYK
RGB Variations
Color information
#1F7883 (or 0x1F7883) is known color: Allports. HEX triplet: 1F, 78 and 83. RGB value is (31,120,131). Sum of RGB (Red+Green+Blue) = 31+120+131=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F7883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7883 is #E0877C. Grayscale: #5E5E5E. Windows color (decimal): -14714749 or 8615967. OLE color: 8615967.
HSL color Cylindrical-coordinate representation of color #1F7883: hue angle of 186.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 #1F7883 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 120 | 131 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.49 |
| HSL | 186.6º | 0.62% | 0.32% | - |
| HSV(B) | 186.6º | 0.76% | 0.51% | - |
| XYZ | 11.38 | 15.36 | 23.84 | - |
| YUV | 94.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 131 | 0.76 | 0.08 | 0 | 0.49 | 186.6 | 0.62 | 0.32 |
| Hex | 1F | 78 | 83 | 4C | 8 | 0 | 31 | BB | 3E | 20 |
| Octal | 37 | 170 | 203 | 114 | 10 | 0 | 61 | 273 | 76 | 40 |
| Binary | 11111 | 1111000 | 10000011 | 1001100 | 1000 | 0 | 110001 | 10111011 | 111110 | 100000 |
Color Harmonies of #1F7883
Complementary color
Monochromatic Colors of #1F7883
Black with #1F7883
Text Example
Text Example
White with #1F7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7883; }
p { color: rgb(31,120,131); }
H1.HeaderClassName
{
color: #1F7883;
}
.AnyTagClassName
{
color: #1F7883;
}
</style>
background-color css
<style>
a { background-color: #1F7883; }
a { background-color: rgb(31,120,131); }
div.DivClassName
{
background-color: #1F7883;
}
.BgClassName
{
background-color: #1F7883;
}
</style>
border-color css
<style>
span { border-color: #1F7883; }
span { border-color: rgb(31,120,131); }
td.TdClassName
{
border-color: #1F7883;
}
.TagClassName
{
border-color: #1F7883;
}
</style>