Shades of Allports #1F788A
Tints of Allports #1F788A
RGB
CMYK
RGB Variations
Color information
#1F788A (or 0x1F788A) is known color: Allports. HEX triplet: 1F, 78 and 8A. RGB value is (31,120,138). Sum of RGB (Red+Green+Blue) = 31+120+138=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F788A is #E08775. Grayscale: #5F5F5F. Windows color (decimal): -14714742 or 9074719. OLE color: 9074719.
HSL color Cylindrical-coordinate representation of color #1F788A: hue angle of 190.09º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F788A is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 120 | 138 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.46 |
| HSL | 190.09º | 0.63% | 0.33% | - |
| HSV(B) | 190.09º | 0.78% | 0.54% | - |
| XYZ | 11.87 | 15.56 | 26.42 | - |
| YUV | 95.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 138 | 0.78 | 0.13 | 0 | 0.46 | 190.09 | 0.63 | 0.33 |
| Hex | 1F | 78 | 8A | 4E | D | 0 | 2E | BE | 3F | 21 |
| Octal | 37 | 170 | 212 | 116 | 15 | 0 | 56 | 276 | 77 | 41 |
| Binary | 11111 | 1111000 | 10001010 | 1001110 | 1101 | 0 | 101110 | 10111110 | 111111 | 100001 |
Color Harmonies of #1F788A
Complementary color
Monochromatic Colors of #1F788A
Black with #1F788A
Text Example
Text Example
White with #1F788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F788A; }
p { color: rgb(31,120,138); }
H1.HeaderClassName
{
color: #1F788A;
}
.AnyTagClassName
{
color: #1F788A;
}
</style>
background-color css
<style>
a { background-color: #1F788A; }
a { background-color: rgb(31,120,138); }
div.DivClassName
{
background-color: #1F788A;
}
.BgClassName
{
background-color: #1F788A;
}
</style>
border-color css
<style>
span { border-color: #1F788A; }
span { border-color: rgb(31,120,138); }
td.TdClassName
{
border-color: #1F788A;
}
.TagClassName
{
border-color: #1F788A;
}
</style>