Shades of Allports #1F6970
Tints of Allports #1F6970
RGB
CMYK
RGB Variations
Color information
#1F6970 (or 0x1F6970) is known color: Allports. HEX triplet: 1F, 69 and 70. RGB value is (31,105,112). Sum of RGB (Red+Green+Blue) = 31+105+112=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F6970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6970 is #E0968F. Grayscale: #535353. Windows color (decimal): -14718608 or 7366943. OLE color: 7366943.
HSL color Cylindrical-coordinate representation of color #1F6970: hue angle of 185.19º 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 #1F6970 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 105 | 112 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.56 |
| HSL | 185.19º | 0.57% | 0.28% | - |
| HSV(B) | 185.19º | 0.72% | 0.44% | - |
| XYZ | 8.54 | 11.56 | 17.11 | - |
| YUV | 83.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 112 | 0.72 | 0.06 | 0 | 0.56 | 185.19 | 0.57 | 0.28 |
| Hex | 1F | 69 | 70 | 48 | 6 | 0 | 38 | B9 | 39 | 1C |
| Octal | 37 | 151 | 160 | 110 | 6 | 0 | 70 | 271 | 71 | 34 |
| Binary | 11111 | 1101001 | 1110000 | 1001000 | 110 | 0 | 111000 | 10111001 | 111001 | 11100 |
Color Harmonies of #1F6970
Complementary color
Monochromatic Colors of #1F6970
Black with #1F6970
Text Example
Text Example
White with #1F6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6970; }
p { color: rgb(31,105,112); }
H1.HeaderClassName
{
color: #1F6970;
}
.AnyTagClassName
{
color: #1F6970;
}
</style>
background-color css
<style>
a { background-color: #1F6970; }
a { background-color: rgb(31,105,112); }
div.DivClassName
{
background-color: #1F6970;
}
.BgClassName
{
background-color: #1F6970;
}
</style>
border-color css
<style>
span { border-color: #1F6970; }
span { border-color: rgb(31,105,112); }
td.TdClassName
{
border-color: #1F6970;
}
.TagClassName
{
border-color: #1F6970;
}
</style>