Shades of Allports #1F7380
Tints of Allports #1F7380
RGB
CMYK
RGB Variations
Color information
#1F7380 (or 0x1F7380) is known color: Allports. HEX triplet: 1F, 73 and 80. RGB value is (31,115,128). Sum of RGB (Red+Green+Blue) = 31+115+128=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F7380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7380 is #E08C7F. Grayscale: #5B5B5B. Windows color (decimal): -14716032 or 8418079. OLE color: 8418079.
HSL color Cylindrical-coordinate representation of color #1F7380: hue angle of 188.04º 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 #1F7380 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 115 | 128 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.50 |
| HSL | 188.04º | 0.61% | 0.31% | - |
| HSV(B) | 188.04º | 0.76% | 0.5% | - |
| XYZ | 10.59 | 14.11 | 22.59 | - |
| YUV | 91.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 128 | 0.76 | 0.10 | 0 | 0.50 | 188.04 | 0.61 | 0.31 |
| Hex | 1F | 73 | 80 | 4C | A | 0 | 32 | BC | 3D | 1F |
| Octal | 37 | 163 | 200 | 114 | 12 | 0 | 62 | 274 | 75 | 37 |
| Binary | 11111 | 1110011 | 10000000 | 1001100 | 1010 | 0 | 110010 | 10111100 | 111101 | 11111 |
Color Harmonies of #1F7380
Complementary color
Monochromatic Colors of #1F7380
Black with #1F7380
Text Example
Text Example
White with #1F7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7380; }
p { color: rgb(31,115,128); }
H1.HeaderClassName
{
color: #1F7380;
}
.AnyTagClassName
{
color: #1F7380;
}
</style>
background-color css
<style>
a { background-color: #1F7380; }
a { background-color: rgb(31,115,128); }
div.DivClassName
{
background-color: #1F7380;
}
.BgClassName
{
background-color: #1F7380;
}
</style>
border-color css
<style>
span { border-color: #1F7380; }
span { border-color: rgb(31,115,128); }
td.TdClassName
{
border-color: #1F7380;
}
.TagClassName
{
border-color: #1F7380;
}
</style>