Shades of Allports #1F637E
Tints of Allports #1F637E
RGB
CMYK
RGB Variations
Color information
#1F637E (or 0x1F637E) is known color: Allports. HEX triplet: 1F, 63 and 7E. RGB value is (31,99,126). Sum of RGB (Red+Green+Blue) = 31+99+126=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F637E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F637E is #E09C81. Grayscale: #515151. Windows color (decimal): -14720130 or 8282911. OLE color: 8282911.
HSL color Cylindrical-coordinate representation of color #1F637E: hue angle of 197.05º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F637E is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 99 | 126 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.51 |
| HSL | 197.05º | 0.61% | 0.31% | - |
| HSV(B) | 197.05º | 0.75% | 0.49% | - |
| XYZ | 8.79 | 10.72 | 21.34 | - |
| YUV | 81.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 126 | 0.75 | 0.21 | 0 | 0.51 | 197.05 | 0.61 | 0.31 |
| Hex | 1F | 63 | 7E | 4B | 15 | 0 | 33 | C5 | 3D | 1F |
| Octal | 37 | 143 | 176 | 113 | 25 | 0 | 63 | 305 | 75 | 37 |
| Binary | 11111 | 1100011 | 1111110 | 1001011 | 10101 | 0 | 110011 | 11000101 | 111101 | 11111 |
Color Harmonies of #1F637E
Complementary color
Monochromatic Colors of #1F637E
Black with #1F637E
Text Example
Text Example
White with #1F637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F637E; }
p { color: rgb(31,99,126); }
H1.HeaderClassName
{
color: #1F637E;
}
.AnyTagClassName
{
color: #1F637E;
}
</style>
background-color css
<style>
a { background-color: #1F637E; }
a { background-color: rgb(31,99,126); }
div.DivClassName
{
background-color: #1F637E;
}
.BgClassName
{
background-color: #1F637E;
}
</style>
border-color css
<style>
span { border-color: #1F637E; }
span { border-color: rgb(31,99,126); }
td.TdClassName
{
border-color: #1F637E;
}
.TagClassName
{
border-color: #1F637E;
}
</style>