Shades of Allports #1F6682
Tints of Allports #1F6682
RGB
CMYK
RGB Variations
Color information
#1F6682 (or 0x1F6682) is known color: Allports. HEX triplet: 1F, 66 and 82. RGB value is (31,102,130). Sum of RGB (Red+Green+Blue) = 31+102+130=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F6682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6682 is #E0997D. Grayscale: #535353. Windows color (decimal): -14719358 or 8545823. OLE color: 8545823.
HSL color Cylindrical-coordinate representation of color #1F6682: hue angle of 196.97º 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 #1F6682 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 102 | 130 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.49 |
| HSL | 196.97º | 0.61% | 0.32% | - |
| HSV(B) | 196.97º | 0.76% | 0.51% | - |
| XYZ | 9.35 | 11.41 | 22.83 | - |
| YUV | 83.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 130 | 0.76 | 0.22 | 0 | 0.49 | 196.97 | 0.61 | 0.32 |
| Hex | 1F | 66 | 82 | 4C | 16 | 0 | 31 | C5 | 3D | 20 |
| Octal | 37 | 146 | 202 | 114 | 26 | 0 | 61 | 305 | 75 | 40 |
| Binary | 11111 | 1100110 | 10000010 | 1001100 | 10110 | 0 | 110001 | 11000101 | 111101 | 100000 |
Color Harmonies of #1F6682
Complementary color
Monochromatic Colors of #1F6682
Black with #1F6682
Text Example
Text Example
White with #1F6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6682; }
p { color: rgb(31,102,130); }
H1.HeaderClassName
{
color: #1F6682;
}
.AnyTagClassName
{
color: #1F6682;
}
</style>
background-color css
<style>
a { background-color: #1F6682; }
a { background-color: rgb(31,102,130); }
div.DivClassName
{
background-color: #1F6682;
}
.BgClassName
{
background-color: #1F6682;
}
</style>
border-color css
<style>
span { border-color: #1F6682; }
span { border-color: rgb(31,102,130); }
td.TdClassName
{
border-color: #1F6682;
}
.TagClassName
{
border-color: #1F6682;
}
</style>