Shades of Allports #1F688F
Tints of Allports #1F688F
RGB
CMYK
RGB Variations
Color information
#1F688F (or 0x1F688F) is known color: Allports. HEX triplet: 1F, 68 and 8F. RGB value is (31,104,143). Sum of RGB (Red+Green+Blue) = 31+104+143=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F688F is #E09770. Grayscale: #565656. Windows color (decimal): -14718833 or 9398303. OLE color: 9398303.
HSL color Cylindrical-coordinate representation of color #1F688F: hue angle of 200.89º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F688F is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 104 | 143 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.44 |
| HSL | 200.89º | 0.64% | 0.34% | - |
| HSV(B) | 200.89º | 0.78% | 0.56% | - |
| XYZ | 10.47 | 12.18 | 27.78 | - |
| YUV | 86.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 143 | 0.78 | 0.27 | 0 | 0.44 | 200.89 | 0.64 | 0.34 |
| Hex | 1F | 68 | 8F | 4E | 1B | 0 | 2C | C9 | 40 | 22 |
| Octal | 37 | 150 | 217 | 116 | 33 | 0 | 54 | 311 | 100 | 42 |
| Binary | 11111 | 1101000 | 10001111 | 1001110 | 11011 | 0 | 101100 | 11001001 | 1000000 | 100010 |
Color Harmonies of #1F688F
Complementary color
Monochromatic Colors of #1F688F
Black with #1F688F
Text Example
Text Example
White with #1F688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F688F; }
p { color: rgb(31,104,143); }
H1.HeaderClassName
{
color: #1F688F;
}
.AnyTagClassName
{
color: #1F688F;
}
</style>
background-color css
<style>
a { background-color: #1F688F; }
a { background-color: rgb(31,104,143); }
div.DivClassName
{
background-color: #1F688F;
}
.BgClassName
{
background-color: #1F688F;
}
</style>
border-color css
<style>
span { border-color: #1F688F; }
span { border-color: rgb(31,104,143); }
td.TdClassName
{
border-color: #1F688F;
}
.TagClassName
{
border-color: #1F688F;
}
</style>