Shades of Allports #1F6876
Tints of Allports #1F6876
RGB
CMYK
RGB Variations
Color information
#1F6876 (or 0x1F6876) is known color: Allports. HEX triplet: 1F, 68 and 76. RGB value is (31,104,118). Sum of RGB (Red+Green+Blue) = 31+104+118=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6876 is #E09789. Grayscale: #535353. Windows color (decimal): -14718858 or 7759903. OLE color: 7759903.
HSL color Cylindrical-coordinate representation of color #1F6876: hue angle of 189.66º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6876 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 104 | 118 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.54 |
| HSL | 189.66º | 0.58% | 0.29% | - |
| HSV(B) | 189.66º | 0.74% | 0.46% | - |
| XYZ | 8.79 | 11.5 | 18.9 | - |
| YUV | 83.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 118 | 0.74 | 0.12 | 0 | 0.54 | 189.66 | 0.58 | 0.29 |
| Hex | 1F | 68 | 76 | 4A | C | 0 | 36 | BE | 3A | 1D |
| Octal | 37 | 150 | 166 | 112 | 14 | 0 | 66 | 276 | 72 | 35 |
| Binary | 11111 | 1101000 | 1110110 | 1001010 | 1100 | 0 | 110110 | 10111110 | 111010 | 11101 |
Color Harmonies of #1F6876
Complementary color
Monochromatic Colors of #1F6876
Black with #1F6876
Text Example
Text Example
White with #1F6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6876; }
p { color: rgb(31,104,118); }
H1.HeaderClassName
{
color: #1F6876;
}
.AnyTagClassName
{
color: #1F6876;
}
</style>
background-color css
<style>
a { background-color: #1F6876; }
a { background-color: rgb(31,104,118); }
div.DivClassName
{
background-color: #1F6876;
}
.BgClassName
{
background-color: #1F6876;
}
</style>
border-color css
<style>
span { border-color: #1F6876; }
span { border-color: rgb(31,104,118); }
td.TdClassName
{
border-color: #1F6876;
}
.TagClassName
{
border-color: #1F6876;
}
</style>