Shades of Allports #1F7682
Tints of Allports #1F7682
RGB
CMYK
RGB Variations
Color information
#1F7682 (or 0x1F7682) is known color: Allports. HEX triplet: 1F, 76 and 82. RGB value is (31,118,130). Sum of RGB (Red+Green+Blue) = 31+118+130=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7682 is #E0897D. Grayscale: #5D5D5D. Windows color (decimal): -14715262 or 8549919. OLE color: 8549919.
HSL color Cylindrical-coordinate representation of color #1F7682: hue angle of 187.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7682 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 118 | 130 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.49 |
| HSL | 187.27º | 0.61% | 0.32% | - |
| HSV(B) | 187.27º | 0.76% | 0.51% | - |
| XYZ | 11.07 | 14.86 | 23.4 | - |
| YUV | 93.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 130 | 0.76 | 0.09 | 0 | 0.49 | 187.27 | 0.61 | 0.32 |
| Hex | 1F | 76 | 82 | 4C | 9 | 0 | 31 | BB | 3D | 20 |
| Octal | 37 | 166 | 202 | 114 | 11 | 0 | 61 | 273 | 75 | 40 |
| Binary | 11111 | 1110110 | 10000010 | 1001100 | 1001 | 0 | 110001 | 10111011 | 111101 | 100000 |
Color Harmonies of #1F7682
Complementary color
Monochromatic Colors of #1F7682
Black with #1F7682
Text Example
Text Example
White with #1F7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7682; }
p { color: rgb(31,118,130); }
H1.HeaderClassName
{
color: #1F7682;
}
.AnyTagClassName
{
color: #1F7682;
}
</style>
background-color css
<style>
a { background-color: #1F7682; }
a { background-color: rgb(31,118,130); }
div.DivClassName
{
background-color: #1F7682;
}
.BgClassName
{
background-color: #1F7682;
}
</style>
border-color css
<style>
span { border-color: #1F7682; }
span { border-color: rgb(31,118,130); }
td.TdClassName
{
border-color: #1F7682;
}
.TagClassName
{
border-color: #1F7682;
}
</style>