Shades of Allports #1F647F
Tints of Allports #1F647F
RGB
CMYK
RGB Variations
Color information
#1F647F (or 0x1F647F) is known color: Allports. HEX triplet: 1F, 64 and 7F. RGB value is (31,100,127). Sum of RGB (Red+Green+Blue) = 31+100+127=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F647F is #E09B80. Grayscale: #525252. Windows color (decimal): -14719873 or 8348703. OLE color: 8348703.
HSL color Cylindrical-coordinate representation of color #1F647F: hue angle of 196.88º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F647F is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 100 | 127 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.50 |
| HSL | 196.88º | 0.61% | 0.31% | - |
| HSV(B) | 196.88º | 0.76% | 0.5% | - |
| XYZ | 8.95 | 10.94 | 21.72 | - |
| YUV | 82.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 127 | 0.76 | 0.21 | 0 | 0.50 | 196.88 | 0.61 | 0.31 |
| Hex | 1F | 64 | 7F | 4C | 15 | 0 | 32 | C5 | 3D | 1F |
| Octal | 37 | 144 | 177 | 114 | 25 | 0 | 62 | 305 | 75 | 37 |
| Binary | 11111 | 1100100 | 1111111 | 1001100 | 10101 | 0 | 110010 | 11000101 | 111101 | 11111 |
Color Harmonies of #1F647F
Complementary color
Monochromatic Colors of #1F647F
Black with #1F647F
Text Example
Text Example
White with #1F647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F647F; }
p { color: rgb(31,100,127); }
H1.HeaderClassName
{
color: #1F647F;
}
.AnyTagClassName
{
color: #1F647F;
}
</style>
background-color css
<style>
a { background-color: #1F647F; }
a { background-color: rgb(31,100,127); }
div.DivClassName
{
background-color: #1F647F;
}
.BgClassName
{
background-color: #1F647F;
}
</style>
border-color css
<style>
span { border-color: #1F647F; }
span { border-color: rgb(31,100,127); }
td.TdClassName
{
border-color: #1F647F;
}
.TagClassName
{
border-color: #1F647F;
}
</style>