Shades of Allports #1F727D
Tints of Allports #1F727D
RGB
CMYK
RGB Variations
Color information
#1F727D (or 0x1F727D) is known color: Allports. HEX triplet: 1F, 72 and 7D. RGB value is (31,114,125). Sum of RGB (Red+Green+Blue) = 31+114+125=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F727D is #E08D82. Grayscale: #5A5A5A. Windows color (decimal): -14716291 or 8221215. OLE color: 8221215.
HSL color Cylindrical-coordinate representation of color #1F727D: hue angle of 187.02º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F727D is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 114 | 125 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.51 |
| HSL | 187.02º | 0.6% | 0.31% | - |
| HSV(B) | 187.02º | 0.75% | 0.49% | - |
| XYZ | 10.28 | 13.81 | 21.52 | - |
| YUV | 90.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 125 | 0.75 | 0.09 | 0 | 0.51 | 187.02 | 0.6 | 0.31 |
| Hex | 1F | 72 | 7D | 4B | 9 | 0 | 33 | BB | 3C | 1F |
| Octal | 37 | 162 | 175 | 113 | 11 | 0 | 63 | 273 | 74 | 37 |
| Binary | 11111 | 1110010 | 1111101 | 1001011 | 1001 | 0 | 110011 | 10111011 | 111100 | 11111 |
Color Harmonies of #1F727D
Complementary color
Monochromatic Colors of #1F727D
Black with #1F727D
Text Example
Text Example
White with #1F727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F727D; }
p { color: rgb(31,114,125); }
H1.HeaderClassName
{
color: #1F727D;
}
.AnyTagClassName
{
color: #1F727D;
}
</style>
background-color css
<style>
a { background-color: #1F727D; }
a { background-color: rgb(31,114,125); }
div.DivClassName
{
background-color: #1F727D;
}
.BgClassName
{
background-color: #1F727D;
}
</style>
border-color css
<style>
span { border-color: #1F727D; }
span { border-color: rgb(31,114,125); }
td.TdClassName
{
border-color: #1F727D;
}
.TagClassName
{
border-color: #1F727D;
}
</style>