Shades of Allports #1F6484
Tints of Allports #1F6484
RGB
CMYK
RGB Variations
Color information
#1F6484 (or 0x1F6484) is known color: Allports. HEX triplet: 1F, 64 and 84. RGB value is (31,100,132). Sum of RGB (Red+Green+Blue) = 31+100+132=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F6484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6484 is #E09B7B. Grayscale: #525252. Windows color (decimal): -14719868 or 8676383. OLE color: 8676383.
HSL color Cylindrical-coordinate representation of color #1F6484: hue angle of 199.01º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6484 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 100 | 132 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.48 |
| HSL | 199.01º | 0.62% | 0.32% | - |
| HSV(B) | 199.01º | 0.77% | 0.52% | - |
| XYZ | 9.29 | 11.07 | 23.48 | - |
| YUV | 83.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 132 | 0.77 | 0.24 | 0 | 0.48 | 199.01 | 0.62 | 0.32 |
| Hex | 1F | 64 | 84 | 4D | 18 | 0 | 30 | C7 | 3E | 20 |
| Octal | 37 | 144 | 204 | 115 | 30 | 0 | 60 | 307 | 76 | 40 |
| Binary | 11111 | 1100100 | 10000100 | 1001101 | 11000 | 0 | 110000 | 11000111 | 111110 | 100000 |
Color Harmonies of #1F6484
Complementary color
Monochromatic Colors of #1F6484
Black with #1F6484
Text Example
Text Example
White with #1F6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6484; }
p { color: rgb(31,100,132); }
H1.HeaderClassName
{
color: #1F6484;
}
.AnyTagClassName
{
color: #1F6484;
}
</style>
background-color css
<style>
a { background-color: #1F6484; }
a { background-color: rgb(31,100,132); }
div.DivClassName
{
background-color: #1F6484;
}
.BgClassName
{
background-color: #1F6484;
}
</style>
border-color css
<style>
span { border-color: #1F6484; }
span { border-color: rgb(31,100,132); }
td.TdClassName
{
border-color: #1F6484;
}
.TagClassName
{
border-color: #1F6484;
}
</style>