Shades of Allports #1F6E78
Tints of Allports #1F6E78
RGB
CMYK
RGB Variations
Color information
#1F6E78 (or 0x1F6E78) is known color: Allports. HEX triplet: 1F, 6E and 78. RGB value is (31,110,120). Sum of RGB (Red+Green+Blue) = 31+110+120=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E78 is #E09187. Grayscale: #575757. Windows color (decimal): -14717320 or 7892511. OLE color: 7892511.
HSL color Cylindrical-coordinate representation of color #1F6E78: hue angle of 186.74º 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 #1F6E78 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 110 | 120 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.53 |
| HSL | 186.74º | 0.59% | 0.3% | - |
| HSV(B) | 186.74º | 0.74% | 0.47% | - |
| XYZ | 9.53 | 12.8 | 19.74 | - |
| YUV | 87.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 120 | 0.74 | 0.08 | 0 | 0.53 | 186.74 | 0.59 | 0.3 |
| Hex | 1F | 6E | 78 | 4A | 8 | 0 | 35 | BB | 3B | 1E |
| Octal | 37 | 156 | 170 | 112 | 10 | 0 | 65 | 273 | 73 | 36 |
| Binary | 11111 | 1101110 | 1111000 | 1001010 | 1000 | 0 | 110101 | 10111011 | 111011 | 11110 |
Color Harmonies of #1F6E78
Complementary color
Monochromatic Colors of #1F6E78
Black with #1F6E78
Text Example
Text Example
White with #1F6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6E78; }
p { color: rgb(31,110,120); }
H1.HeaderClassName
{
color: #1F6E78;
}
.AnyTagClassName
{
color: #1F6E78;
}
</style>
background-color css
<style>
a { background-color: #1F6E78; }
a { background-color: rgb(31,110,120); }
div.DivClassName
{
background-color: #1F6E78;
}
.BgClassName
{
background-color: #1F6E78;
}
</style>
border-color css
<style>
span { border-color: #1F6E78; }
span { border-color: rgb(31,110,120); }
td.TdClassName
{
border-color: #1F6E78;
}
.TagClassName
{
border-color: #1F6E78;
}
</style>