Shades of Allports #1F6473
Tints of Allports #1F6473
RGB
CMYK
RGB Variations
Color information
#1F6473 (or 0x1F6473) is known color: Allports. HEX triplet: 1F, 64 and 73. RGB value is (31,100,115). Sum of RGB (Red+Green+Blue) = 31+100+115=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6473 is #E09B8C. Grayscale: #505050. Windows color (decimal): -14719885 or 7562271. OLE color: 7562271.
HSL color Cylindrical-coordinate representation of color #1F6473: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6473 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 100 | 115 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.55 |
| HSL | 190.71º | 0.58% | 0.29% | - |
| HSV(B) | 190.71º | 0.73% | 0.45% | - |
| XYZ | 8.22 | 10.64 | 17.84 | - |
| YUV | 81.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 115 | 0.73 | 0.13 | 0 | 0.55 | 190.71 | 0.58 | 0.29 |
| Hex | 1F | 64 | 73 | 49 | D | 0 | 37 | BF | 3A | 1D |
| Octal | 37 | 144 | 163 | 111 | 15 | 0 | 67 | 277 | 72 | 35 |
| Binary | 11111 | 1100100 | 1110011 | 1001001 | 1101 | 0 | 110111 | 10111111 | 111010 | 11101 |
Color Harmonies of #1F6473
Complementary color
Monochromatic Colors of #1F6473
Black with #1F6473
Text Example
Text Example
White with #1F6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6473; }
p { color: rgb(31,100,115); }
H1.HeaderClassName
{
color: #1F6473;
}
.AnyTagClassName
{
color: #1F6473;
}
</style>
background-color css
<style>
a { background-color: #1F6473; }
a { background-color: rgb(31,100,115); }
div.DivClassName
{
background-color: #1F6473;
}
.BgClassName
{
background-color: #1F6473;
}
</style>
border-color css
<style>
span { border-color: #1F6473; }
span { border-color: rgb(31,100,115); }
td.TdClassName
{
border-color: #1F6473;
}
.TagClassName
{
border-color: #1F6473;
}
</style>