Shades of Allports #1F6B75
Tints of Allports #1F6B75
RGB
CMYK
RGB Variations
Color information
#1F6B75 (or 0x1F6B75) is known color: Allports. HEX triplet: 1F, 6B and 75. RGB value is (31,107,117). Sum of RGB (Red+Green+Blue) = 31+107+117=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B75 is #E0948A. Grayscale: #555555. Windows color (decimal): -14718091 or 7695135. OLE color: 7695135.
HSL color Cylindrical-coordinate representation of color #1F6B75: hue angle of 186.98º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6B75 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 107 | 117 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.54 |
| HSL | 186.98º | 0.58% | 0.29% | - |
| HSV(B) | 186.98º | 0.74% | 0.46% | - |
| XYZ | 9.03 | 12.09 | 18.69 | - |
| YUV | 85.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 117 | 0.74 | 0.09 | 0 | 0.54 | 186.98 | 0.58 | 0.29 |
| Hex | 1F | 6B | 75 | 4A | 9 | 0 | 36 | BB | 3A | 1D |
| Octal | 37 | 153 | 165 | 112 | 11 | 0 | 66 | 273 | 72 | 35 |
| Binary | 11111 | 1101011 | 1110101 | 1001010 | 1001 | 0 | 110110 | 10111011 | 111010 | 11101 |
Color Harmonies of #1F6B75
Complementary color
Monochromatic Colors of #1F6B75
Black with #1F6B75
Text Example
Text Example
White with #1F6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B75; }
p { color: rgb(31,107,117); }
H1.HeaderClassName
{
color: #1F6B75;
}
.AnyTagClassName
{
color: #1F6B75;
}
</style>
background-color css
<style>
a { background-color: #1F6B75; }
a { background-color: rgb(31,107,117); }
div.DivClassName
{
background-color: #1F6B75;
}
.BgClassName
{
background-color: #1F6B75;
}
</style>
border-color css
<style>
span { border-color: #1F6B75; }
span { border-color: rgb(31,107,117); }
td.TdClassName
{
border-color: #1F6B75;
}
.TagClassName
{
border-color: #1F6B75;
}
</style>