Shades of Allports #1F6878
Tints of Allports #1F6878
RGB
CMYK
RGB Variations
Color information
#1F6878 (or 0x1F6878) is known color: Allports. HEX triplet: 1F, 68 and 78. RGB value is (31,104,120). Sum of RGB (Red+Green+Blue) = 31+104+120=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6878 is #E09787. Grayscale: #535353. Windows color (decimal): -14718856 or 7890975. OLE color: 7890975.
HSL color Cylindrical-coordinate representation of color #1F6878: hue angle of 190.79º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6878 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 104 | 120 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.53 |
| HSL | 190.79º | 0.59% | 0.3% | - |
| HSV(B) | 190.79º | 0.74% | 0.47% | - |
| XYZ | 8.91 | 11.55 | 19.53 | - |
| YUV | 84 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 120 | 0.74 | 0.13 | 0 | 0.53 | 190.79 | 0.59 | 0.3 |
| Hex | 1F | 68 | 78 | 4A | D | 0 | 35 | BF | 3B | 1E |
| Octal | 37 | 150 | 170 | 112 | 15 | 0 | 65 | 277 | 73 | 36 |
| Binary | 11111 | 1101000 | 1111000 | 1001010 | 1101 | 0 | 110101 | 10111111 | 111011 | 11110 |
Color Harmonies of #1F6878
Complementary color
Monochromatic Colors of #1F6878
Black with #1F6878
Text Example
Text Example
White with #1F6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6878; }
p { color: rgb(31,104,120); }
H1.HeaderClassName
{
color: #1F6878;
}
.AnyTagClassName
{
color: #1F6878;
}
</style>
background-color css
<style>
a { background-color: #1F6878; }
a { background-color: rgb(31,104,120); }
div.DivClassName
{
background-color: #1F6878;
}
.BgClassName
{
background-color: #1F6878;
}
</style>
border-color css
<style>
span { border-color: #1F6878; }
span { border-color: rgb(31,104,120); }
td.TdClassName
{
border-color: #1F6878;
}
.TagClassName
{
border-color: #1F6878;
}
</style>