Shades of Allports #1F7481
Tints of Allports #1F7481
RGB
CMYK
RGB Variations
Color information
#1F7481 (or 0x1F7481) is known color: Allports. HEX triplet: 1F, 74 and 81. RGB value is (31,116,129). Sum of RGB (Red+Green+Blue) = 31+116+129=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F7481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7481 is #E08B7E. Grayscale: #5B5B5B. Windows color (decimal): -14715775 or 8483871. OLE color: 8483871.
HSL color Cylindrical-coordinate representation of color #1F7481: hue angle of 187.96º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7481 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 116 | 129 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.49 |
| HSL | 187.96º | 0.61% | 0.31% | - |
| HSV(B) | 187.96º | 0.76% | 0.51% | - |
| XYZ | 10.77 | 14.37 | 22.97 | - |
| YUV | 92.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 129 | 0.76 | 0.10 | 0 | 0.49 | 187.96 | 0.61 | 0.31 |
| Hex | 1F | 74 | 81 | 4C | A | 0 | 31 | BC | 3D | 1F |
| Octal | 37 | 164 | 201 | 114 | 12 | 0 | 61 | 274 | 75 | 37 |
| Binary | 11111 | 1110100 | 10000001 | 1001100 | 1010 | 0 | 110001 | 10111100 | 111101 | 11111 |
Color Harmonies of #1F7481
Complementary color
Monochromatic Colors of #1F7481
Black with #1F7481
Text Example
Text Example
White with #1F7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7481; }
p { color: rgb(31,116,129); }
H1.HeaderClassName
{
color: #1F7481;
}
.AnyTagClassName
{
color: #1F7481;
}
</style>
background-color css
<style>
a { background-color: #1F7481; }
a { background-color: rgb(31,116,129); }
div.DivClassName
{
background-color: #1F7481;
}
.BgClassName
{
background-color: #1F7481;
}
</style>
border-color css
<style>
span { border-color: #1F7481; }
span { border-color: rgb(31,116,129); }
td.TdClassName
{
border-color: #1F7481;
}
.TagClassName
{
border-color: #1F7481;
}
</style>