Shades of Allports #1F7588
Tints of Allports #1F7588
RGB
CMYK
RGB Variations
Color information
#1F7588 (or 0x1F7588) is known color: Allports. HEX triplet: 1F, 75 and 88. RGB value is (31,117,136). Sum of RGB (Red+Green+Blue) = 31+117+136=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F7588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7588 is #E08A77. Grayscale: #5D5D5D. Windows color (decimal): -14715512 or 8942879. OLE color: 8942879.
HSL color Cylindrical-coordinate representation of color #1F7588: hue angle of 190.86º 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 #1F7588 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 117 | 136 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.47 |
| HSL | 190.86º | 0.63% | 0.33% | - |
| HSV(B) | 190.86º | 0.77% | 0.53% | - |
| XYZ | 11.37 | 14.79 | 25.55 | - |
| YUV | 93.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 136 | 0.77 | 0.14 | 0 | 0.47 | 190.86 | 0.63 | 0.33 |
| Hex | 1F | 75 | 88 | 4D | E | 0 | 2F | BF | 3F | 21 |
| Octal | 37 | 165 | 210 | 115 | 16 | 0 | 57 | 277 | 77 | 41 |
| Binary | 11111 | 1110101 | 10001000 | 1001101 | 1110 | 0 | 101111 | 10111111 | 111111 | 100001 |
Color Harmonies of #1F7588
Complementary color
Monochromatic Colors of #1F7588
Black with #1F7588
Text Example
Text Example
White with #1F7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7588; }
p { color: rgb(31,117,136); }
H1.HeaderClassName
{
color: #1F7588;
}
.AnyTagClassName
{
color: #1F7588;
}
</style>
background-color css
<style>
a { background-color: #1F7588; }
a { background-color: rgb(31,117,136); }
div.DivClassName
{
background-color: #1F7588;
}
.BgClassName
{
background-color: #1F7588;
}
</style>
border-color css
<style>
span { border-color: #1F7588; }
span { border-color: rgb(31,117,136); }
td.TdClassName
{
border-color: #1F7588;
}
.TagClassName
{
border-color: #1F7588;
}
</style>