Shades of Allports #1F6870
Tints of Allports #1F6870
RGB
CMYK
RGB Variations
Color information
#1F6870 (or 0x1F6870) is known color: Allports. HEX triplet: 1F, 68 and 70. RGB value is (31,104,112). Sum of RGB (Red+Green+Blue) = 31+104+112=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F6870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6870 is #E0978F. Grayscale: #525252. Windows color (decimal): -14718864 or 7366687. OLE color: 7366687.
HSL color Cylindrical-coordinate representation of color #1F6870: hue angle of 185.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6870 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 104 | 112 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.56 |
| HSL | 185.93º | 0.57% | 0.28% | - |
| HSV(B) | 185.93º | 0.72% | 0.44% | - |
| XYZ | 8.44 | 11.36 | 17.08 | - |
| YUV | 83.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 112 | 0.72 | 0.07 | 0 | 0.56 | 185.93 | 0.57 | 0.28 |
| Hex | 1F | 68 | 70 | 48 | 7 | 0 | 38 | BA | 39 | 1C |
| Octal | 37 | 150 | 160 | 110 | 7 | 0 | 70 | 272 | 71 | 34 |
| Binary | 11111 | 1101000 | 1110000 | 1001000 | 111 | 0 | 111000 | 10111010 | 111001 | 11100 |
Color Harmonies of #1F6870
Complementary color
Monochromatic Colors of #1F6870
Black with #1F6870
Text Example
Text Example
White with #1F6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6870; }
p { color: rgb(31,104,112); }
H1.HeaderClassName
{
color: #1F6870;
}
.AnyTagClassName
{
color: #1F6870;
}
</style>
background-color css
<style>
a { background-color: #1F6870; }
a { background-color: rgb(31,104,112); }
div.DivClassName
{
background-color: #1F6870;
}
.BgClassName
{
background-color: #1F6870;
}
</style>
border-color css
<style>
span { border-color: #1F6870; }
span { border-color: rgb(31,104,112); }
td.TdClassName
{
border-color: #1F6870;
}
.TagClassName
{
border-color: #1F6870;
}
</style>