Shades of Allports #1F748D
Tints of Allports #1F748D
RGB
CMYK
RGB Variations
Color information
#1F748D (or 0x1F748D) is known color: Allports. HEX triplet: 1F, 74 and 8D. RGB value is (31,116,141). Sum of RGB (Red+Green+Blue) = 31+116+141=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F748D is #E08B72. Grayscale: #5D5D5D. Windows color (decimal): -14715763 or 9270303. OLE color: 9270303.
HSL color Cylindrical-coordinate representation of color #1F748D: hue angle of 193.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F748D is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 116 | 141 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.45 |
| HSL | 193.64º | 0.64% | 0.34% | - |
| HSV(B) | 193.64º | 0.78% | 0.55% | - |
| XYZ | 11.62 | 14.71 | 27.43 | - |
| YUV | 93.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 141 | 0.78 | 0.18 | 0 | 0.45 | 193.64 | 0.64 | 0.34 |
| Hex | 1F | 74 | 8D | 4E | 12 | 0 | 2D | C2 | 40 | 22 |
| Octal | 37 | 164 | 215 | 116 | 22 | 0 | 55 | 302 | 100 | 42 |
| Binary | 11111 | 1110100 | 10001101 | 1001110 | 10010 | 0 | 101101 | 11000010 | 1000000 | 100010 |
Color Harmonies of #1F748D
Complementary color
Monochromatic Colors of #1F748D
Black with #1F748D
Text Example
Text Example
White with #1F748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F748D; }
p { color: rgb(31,116,141); }
H1.HeaderClassName
{
color: #1F748D;
}
.AnyTagClassName
{
color: #1F748D;
}
</style>
background-color css
<style>
a { background-color: #1F748D; }
a { background-color: rgb(31,116,141); }
div.DivClassName
{
background-color: #1F748D;
}
.BgClassName
{
background-color: #1F748D;
}
</style>
border-color css
<style>
span { border-color: #1F748D; }
span { border-color: rgb(31,116,141); }
td.TdClassName
{
border-color: #1F748D;
}
.TagClassName
{
border-color: #1F748D;
}
</style>