Shades of Allports #1F6782
Tints of Allports #1F6782
RGB
CMYK
RGB Variations
Color information
#1F6782 (or 0x1F6782) is known color: Allports. HEX triplet: 1F, 67 and 82. RGB value is (31,103,130). Sum of RGB (Red+Green+Blue) = 31+103+130=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F6782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6782 is #E0987D. Grayscale: #545454. Windows color (decimal): -14719102 or 8546079. OLE color: 8546079.
HSL color Cylindrical-coordinate representation of color #1F6782: hue angle of 196.36º 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 #1F6782 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 103 | 130 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.49 |
| HSL | 196.36º | 0.61% | 0.32% | - |
| HSV(B) | 196.36º | 0.76% | 0.51% | - |
| XYZ | 9.44 | 11.6 | 22.86 | - |
| YUV | 84.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 130 | 0.76 | 0.21 | 0 | 0.49 | 196.36 | 0.61 | 0.32 |
| Hex | 1F | 67 | 82 | 4C | 15 | 0 | 31 | C4 | 3D | 20 |
| Octal | 37 | 147 | 202 | 114 | 25 | 0 | 61 | 304 | 75 | 40 |
| Binary | 11111 | 1100111 | 10000010 | 1001100 | 10101 | 0 | 110001 | 11000100 | 111101 | 100000 |
Color Harmonies of #1F6782
Complementary color
Monochromatic Colors of #1F6782
Black with #1F6782
Text Example
Text Example
White with #1F6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6782; }
p { color: rgb(31,103,130); }
H1.HeaderClassName
{
color: #1F6782;
}
.AnyTagClassName
{
color: #1F6782;
}
</style>
background-color css
<style>
a { background-color: #1F6782; }
a { background-color: rgb(31,103,130); }
div.DivClassName
{
background-color: #1F6782;
}
.BgClassName
{
background-color: #1F6782;
}
</style>
border-color css
<style>
span { border-color: #1F6782; }
span { border-color: rgb(31,103,130); }
td.TdClassName
{
border-color: #1F6782;
}
.TagClassName
{
border-color: #1F6782;
}
</style>