Shades of Allports #1F788D
Tints of Allports #1F788D
RGB
CMYK
RGB Variations
Color information
#1F788D (or 0x1F788D) is known color: Allports. HEX triplet: 1F, 78 and 8D. RGB value is (31,120,141). Sum of RGB (Red+Green+Blue) = 31+120+141=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F788D is #E08772. Grayscale: #5F5F5F. Windows color (decimal): -14714739 or 9271327. OLE color: 9271327.
HSL color Cylindrical-coordinate representation of color #1F788D: hue angle of 191.45º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F788D is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 120 | 141 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.45 |
| HSL | 191.45º | 0.64% | 0.34% | - |
| HSV(B) | 191.45º | 0.78% | 0.55% | - |
| XYZ | 12.09 | 15.65 | 27.58 | - |
| YUV | 95.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 141 | 0.78 | 0.15 | 0 | 0.45 | 191.45 | 0.64 | 0.34 |
| Hex | 1F | 78 | 8D | 4E | F | 0 | 2D | BF | 40 | 22 |
| Octal | 37 | 170 | 215 | 116 | 17 | 0 | 55 | 277 | 100 | 42 |
| Binary | 11111 | 1111000 | 10001101 | 1001110 | 1111 | 0 | 101101 | 10111111 | 1000000 | 100010 |
Color Harmonies of #1F788D
Complementary color
Monochromatic Colors of #1F788D
Black with #1F788D
Text Example
Text Example
White with #1F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F788D; }
p { color: rgb(31,120,141); }
H1.HeaderClassName
{
color: #1F788D;
}
.AnyTagClassName
{
color: #1F788D;
}
</style>
background-color css
<style>
a { background-color: #1F788D; }
a { background-color: rgb(31,120,141); }
div.DivClassName
{
background-color: #1F788D;
}
.BgClassName
{
background-color: #1F788D;
}
</style>
border-color css
<style>
span { border-color: #1F788D; }
span { border-color: rgb(31,120,141); }
td.TdClassName
{
border-color: #1F788D;
}
.TagClassName
{
border-color: #1F788D;
}
</style>