Shades of Allports #1F6D78
Tints of Allports #1F6D78
RGB
CMYK
RGB Variations
Color information
#1F6D78 (or 0x1F6D78) is known color: Allports. HEX triplet: 1F, 6D and 78. RGB value is (31,109,120). Sum of RGB (Red+Green+Blue) = 31+109+120=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6D78 is #E09287. Grayscale: #565656. Windows color (decimal): -14717576 or 7892255. OLE color: 7892255.
HSL color Cylindrical-coordinate representation of color #1F6D78: hue angle of 187.42º 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 #1F6D78 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 109 | 120 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.53 |
| HSL | 187.42º | 0.59% | 0.3% | - |
| HSV(B) | 187.42º | 0.74% | 0.47% | - |
| XYZ | 9.42 | 12.58 | 19.7 | - |
| YUV | 86.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 109 | 120 | 0.74 | 0.09 | 0 | 0.53 | 187.42 | 0.59 | 0.3 |
| Hex | 1F | 6D | 78 | 4A | 9 | 0 | 35 | BB | 3B | 1E |
| Octal | 37 | 155 | 170 | 112 | 11 | 0 | 65 | 273 | 73 | 36 |
| Binary | 11111 | 1101101 | 1111000 | 1001010 | 1001 | 0 | 110101 | 10111011 | 111011 | 11110 |
Color Harmonies of #1F6D78
Complementary color
Monochromatic Colors of #1F6D78
Black with #1F6D78
Text Example
Text Example
White with #1F6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6D78; }
p { color: rgb(31,109,120); }
H1.HeaderClassName
{
color: #1F6D78;
}
.AnyTagClassName
{
color: #1F6D78;
}
</style>
background-color css
<style>
a { background-color: #1F6D78; }
a { background-color: rgb(31,109,120); }
div.DivClassName
{
background-color: #1F6D78;
}
.BgClassName
{
background-color: #1F6D78;
}
</style>
border-color css
<style>
span { border-color: #1F6D78; }
span { border-color: rgb(31,109,120); }
td.TdClassName
{
border-color: #1F6D78;
}
.TagClassName
{
border-color: #1F6D78;
}
</style>