Shades of Allports #1F758E
Tints of Allports #1F758E
RGB
CMYK
RGB Variations
Color information
#1F758E (or 0x1F758E) is known color: Allports. HEX triplet: 1F, 75 and 8E. RGB value is (31,117,142). Sum of RGB (Red+Green+Blue) = 31+117+142=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F758E is #E08A71. Grayscale: #5D5D5D. Windows color (decimal): -14715506 or 9336095. OLE color: 9336095.
HSL color Cylindrical-coordinate representation of color #1F758E: hue angle of 193.51º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F758E is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 117 | 142 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.44 |
| HSL | 193.51º | 0.64% | 0.34% | - |
| HSV(B) | 193.51º | 0.78% | 0.56% | - |
| XYZ | 11.81 | 14.97 | 27.86 | - |
| YUV | 94.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 142 | 0.78 | 0.18 | 0 | 0.44 | 193.51 | 0.64 | 0.34 |
| Hex | 1F | 75 | 8E | 4E | 12 | 0 | 2C | C2 | 40 | 22 |
| Octal | 37 | 165 | 216 | 116 | 22 | 0 | 54 | 302 | 100 | 42 |
| Binary | 11111 | 1110101 | 10001110 | 1001110 | 10010 | 0 | 101100 | 11000010 | 1000000 | 100010 |
Color Harmonies of #1F758E
Complementary color
Monochromatic Colors of #1F758E
Black with #1F758E
Text Example
Text Example
White with #1F758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F758E; }
p { color: rgb(31,117,142); }
H1.HeaderClassName
{
color: #1F758E;
}
.AnyTagClassName
{
color: #1F758E;
}
</style>
background-color css
<style>
a { background-color: #1F758E; }
a { background-color: rgb(31,117,142); }
div.DivClassName
{
background-color: #1F758E;
}
.BgClassName
{
background-color: #1F758E;
}
</style>
border-color css
<style>
span { border-color: #1F758E; }
span { border-color: rgb(31,117,142); }
td.TdClassName
{
border-color: #1F758E;
}
.TagClassName
{
border-color: #1F758E;
}
</style>