Shades of Allports #1F7178
Tints of Allports #1F7178
RGB
CMYK
RGB Variations
Color information
#1F7178 (or 0x1F7178) is known color: Allports. HEX triplet: 1F, 71 and 78. RGB value is (31,113,120). Sum of RGB (Red+Green+Blue) = 31+113+120=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7178 is #E08E87. Grayscale: #595959. Windows color (decimal): -14716552 or 7893279. OLE color: 7893279.
HSL color Cylindrical-coordinate representation of color #1F7178: hue angle of 184.72º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7178 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 113 | 120 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.53 |
| HSL | 184.72º | 0.59% | 0.3% | - |
| HSV(B) | 184.72º | 0.74% | 0.47% | - |
| XYZ | 9.86 | 13.46 | 19.85 | - |
| YUV | 89.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 120 | 0.74 | 0.06 | 0 | 0.53 | 184.72 | 0.59 | 0.3 |
| Hex | 1F | 71 | 78 | 4A | 6 | 0 | 35 | B9 | 3B | 1E |
| Octal | 37 | 161 | 170 | 112 | 6 | 0 | 65 | 271 | 73 | 36 |
| Binary | 11111 | 1110001 | 1111000 | 1001010 | 110 | 0 | 110101 | 10111001 | 111011 | 11110 |
Color Harmonies of #1F7178
Complementary color
Monochromatic Colors of #1F7178
Black with #1F7178
Text Example
Text Example
White with #1F7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7178; }
p { color: rgb(31,113,120); }
H1.HeaderClassName
{
color: #1F7178;
}
.AnyTagClassName
{
color: #1F7178;
}
</style>
background-color css
<style>
a { background-color: #1F7178; }
a { background-color: rgb(31,113,120); }
div.DivClassName
{
background-color: #1F7178;
}
.BgClassName
{
background-color: #1F7178;
}
</style>
border-color css
<style>
span { border-color: #1F7178; }
span { border-color: rgb(31,113,120); }
td.TdClassName
{
border-color: #1F7178;
}
.TagClassName
{
border-color: #1F7178;
}
</style>