Shades of Allports #1F7587
Tints of Allports #1F7587
RGB
CMYK
RGB Variations
Color information
#1F7587 (or 0x1F7587) is known color: Allports. HEX triplet: 1F, 75 and 87. RGB value is (31,117,135). Sum of RGB (Red+Green+Blue) = 31+117+135=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F7587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7587 is #E08A78. Grayscale: #5D5D5D. Windows color (decimal): -14715513 or 8877343. OLE color: 8877343.
HSL color Cylindrical-coordinate representation of color #1F7587: hue angle of 190.38º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7587 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 117 | 135 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.47 |
| HSL | 190.38º | 0.63% | 0.33% | - |
| HSV(B) | 190.38º | 0.77% | 0.53% | - |
| XYZ | 11.3 | 14.76 | 25.18 | - |
| YUV | 93.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 135 | 0.77 | 0.13 | 0 | 0.47 | 190.38 | 0.63 | 0.33 |
| Hex | 1F | 75 | 87 | 4D | D | 0 | 2F | BE | 3F | 21 |
| Octal | 37 | 165 | 207 | 115 | 15 | 0 | 57 | 276 | 77 | 41 |
| Binary | 11111 | 1110101 | 10000111 | 1001101 | 1101 | 0 | 101111 | 10111110 | 111111 | 100001 |
Color Harmonies of #1F7587
Complementary color
Monochromatic Colors of #1F7587
Black with #1F7587
Text Example
Text Example
White with #1F7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7587; }
p { color: rgb(31,117,135); }
H1.HeaderClassName
{
color: #1F7587;
}
.AnyTagClassName
{
color: #1F7587;
}
</style>
background-color css
<style>
a { background-color: #1F7587; }
a { background-color: rgb(31,117,135); }
div.DivClassName
{
background-color: #1F7587;
}
.BgClassName
{
background-color: #1F7587;
}
</style>
border-color css
<style>
span { border-color: #1F7587; }
span { border-color: rgb(31,117,135); }
td.TdClassName
{
border-color: #1F7587;
}
.TagClassName
{
border-color: #1F7587;
}
</style>