Shades of Allports #1F7488
Tints of Allports #1F7488
RGB
CMYK
RGB Variations
Color information
#1F7488 (or 0x1F7488) is known color: Allports. HEX triplet: 1F, 74 and 88. RGB value is (31,116,136). Sum of RGB (Red+Green+Blue) = 31+116+136=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F7488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7488 is #E08B77. Grayscale: #5C5C5C. Windows color (decimal): -14715768 or 8942623. OLE color: 8942623.
HSL color Cylindrical-coordinate representation of color #1F7488: hue angle of 191.43º 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 #1F7488 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 116 | 136 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.47 |
| HSL | 191.43º | 0.63% | 0.33% | - |
| HSV(B) | 191.43º | 0.77% | 0.53% | - |
| XYZ | 11.25 | 14.56 | 25.51 | - |
| YUV | 92.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 136 | 0.77 | 0.15 | 0 | 0.47 | 191.43 | 0.63 | 0.33 |
| Hex | 1F | 74 | 88 | 4D | F | 0 | 2F | BF | 3F | 21 |
| Octal | 37 | 164 | 210 | 115 | 17 | 0 | 57 | 277 | 77 | 41 |
| Binary | 11111 | 1110100 | 10001000 | 1001101 | 1111 | 0 | 101111 | 10111111 | 111111 | 100001 |
Color Harmonies of #1F7488
Complementary color
Monochromatic Colors of #1F7488
Black with #1F7488
Text Example
Text Example
White with #1F7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7488; }
p { color: rgb(31,116,136); }
H1.HeaderClassName
{
color: #1F7488;
}
.AnyTagClassName
{
color: #1F7488;
}
</style>
background-color css
<style>
a { background-color: #1F7488; }
a { background-color: rgb(31,116,136); }
div.DivClassName
{
background-color: #1F7488;
}
.BgClassName
{
background-color: #1F7488;
}
</style>
border-color css
<style>
span { border-color: #1F7488; }
span { border-color: rgb(31,116,136); }
td.TdClassName
{
border-color: #1F7488;
}
.TagClassName
{
border-color: #1F7488;
}
</style>