Shades of Allports #1F656F
Tints of Allports #1F656F
RGB
CMYK
RGB Variations
Color information
#1F656F (or 0x1F656F) is known color: Allports. HEX triplet: 1F, 65 and 6F. RGB value is (31,101,111). Sum of RGB (Red+Green+Blue) = 31+101+111=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F656F is #E09A90. Grayscale: #515151. Windows color (decimal): -14719633 or 7300383. OLE color: 7300383.
HSL color Cylindrical-coordinate representation of color #1F656F: hue angle of 187.5º 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 #1F656F is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 101 | 111 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.56 |
| HSL | 187.5º | 0.56% | 0.28% | - |
| HSV(B) | 187.5º | 0.72% | 0.44% | - |
| XYZ | 8.09 | 10.75 | 16.69 | - |
| YUV | 81.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 111 | 0.72 | 0.09 | 0 | 0.56 | 187.5 | 0.56 | 0.28 |
| Hex | 1F | 65 | 6F | 48 | 9 | 0 | 38 | BC | 38 | 1C |
| Octal | 37 | 145 | 157 | 110 | 11 | 0 | 70 | 274 | 70 | 34 |
| Binary | 11111 | 1100101 | 1101111 | 1001000 | 1001 | 0 | 111000 | 10111100 | 111000 | 11100 |
Color Harmonies of #1F656F
Complementary color
Monochromatic Colors of #1F656F
Black with #1F656F
Text Example
Text Example
White with #1F656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F656F; }
p { color: rgb(31,101,111); }
H1.HeaderClassName
{
color: #1F656F;
}
.AnyTagClassName
{
color: #1F656F;
}
</style>
background-color css
<style>
a { background-color: #1F656F; }
a { background-color: rgb(31,101,111); }
div.DivClassName
{
background-color: #1F656F;
}
.BgClassName
{
background-color: #1F656F;
}
</style>
border-color css
<style>
span { border-color: #1F656F; }
span { border-color: rgb(31,101,111); }
td.TdClassName
{
border-color: #1F656F;
}
.TagClassName
{
border-color: #1F656F;
}
</style>