Shades of Allports #1F666F
Tints of Allports #1F666F
RGB
CMYK
RGB Variations
Color information
#1F666F (or 0x1F666F) is known color: Allports. HEX triplet: 1F, 66 and 6F. RGB value is (31,102,111). Sum of RGB (Red+Green+Blue) = 31+102+111=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F666F is #E09990. Grayscale: #515151. Windows color (decimal): -14719377 or 7300639. OLE color: 7300639.
HSL color Cylindrical-coordinate representation of color #1F666F: hue angle of 186.75º degrees, saturation: 0.56, 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 #1F666F is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 102 | 111 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.56 |
| HSL | 186.75º | 0.56% | 0.28% | - |
| HSV(B) | 186.75º | 0.72% | 0.44% | - |
| XYZ | 8.19 | 10.94 | 16.72 | - |
| YUV | 81.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 111 | 0.72 | 0.08 | 0 | 0.56 | 186.75 | 0.56 | 0.28 |
| Hex | 1F | 66 | 6F | 48 | 8 | 0 | 38 | BB | 38 | 1C |
| Octal | 37 | 146 | 157 | 110 | 10 | 0 | 70 | 273 | 70 | 34 |
| Binary | 11111 | 1100110 | 1101111 | 1001000 | 1000 | 0 | 111000 | 10111011 | 111000 | 11100 |
Color Harmonies of #1F666F
Complementary color
Monochromatic Colors of #1F666F
Black with #1F666F
Text Example
Text Example
White with #1F666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F666F; }
p { color: rgb(31,102,111); }
H1.HeaderClassName
{
color: #1F666F;
}
.AnyTagClassName
{
color: #1F666F;
}
</style>
background-color css
<style>
a { background-color: #1F666F; }
a { background-color: rgb(31,102,111); }
div.DivClassName
{
background-color: #1F666F;
}
.BgClassName
{
background-color: #1F666F;
}
</style>
border-color css
<style>
span { border-color: #1F666F; }
span { border-color: rgb(31,102,111); }
td.TdClassName
{
border-color: #1F666F;
}
.TagClassName
{
border-color: #1F666F;
}
</style>