Shades of Allports #1F688B
Tints of Allports #1F688B
RGB
CMYK
RGB Variations
Color information
#1F688B (or 0x1F688B) is known color: Allports. HEX triplet: 1F, 68 and 8B. RGB value is (31,104,139). Sum of RGB (Red+Green+Blue) = 31+104+139=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F688B is #E09774. Grayscale: #555555. Windows color (decimal): -14718837 or 9136159. OLE color: 9136159.
HSL color Cylindrical-coordinate representation of color #1F688B: hue angle of 199.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F688B is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 104 | 139 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.45 |
| HSL | 199.44º | 0.64% | 0.33% | - |
| HSV(B) | 199.44º | 0.78% | 0.55% | - |
| XYZ | 10.18 | 12.06 | 26.22 | - |
| YUV | 86.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 139 | 0.78 | 0.25 | 0 | 0.45 | 199.44 | 0.64 | 0.33 |
| Hex | 1F | 68 | 8B | 4E | 19 | 0 | 2D | C7 | 40 | 21 |
| Octal | 37 | 150 | 213 | 116 | 31 | 0 | 55 | 307 | 100 | 41 |
| Binary | 11111 | 1101000 | 10001011 | 1001110 | 11001 | 0 | 101101 | 11000111 | 1000000 | 100001 |
Color Harmonies of #1F688B
Complementary color
Monochromatic Colors of #1F688B
Black with #1F688B
Text Example
Text Example
White with #1F688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F688B; }
p { color: rgb(31,104,139); }
H1.HeaderClassName
{
color: #1F688B;
}
.AnyTagClassName
{
color: #1F688B;
}
</style>
background-color css
<style>
a { background-color: #1F688B; }
a { background-color: rgb(31,104,139); }
div.DivClassName
{
background-color: #1F688B;
}
.BgClassName
{
background-color: #1F688B;
}
</style>
border-color css
<style>
span { border-color: #1F688B; }
span { border-color: rgb(31,104,139); }
td.TdClassName
{
border-color: #1F688B;
}
.TagClassName
{
border-color: #1F688B;
}
</style>