Shades of Allports #1F626F
Tints of Allports #1F626F
RGB
CMYK
RGB Variations
Color information
#1F626F (or 0x1F626F) is known color: Allports. HEX triplet: 1F, 62 and 6F. RGB value is (31,98,111). Sum of RGB (Red+Green+Blue) = 31+98+111=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F626F is #E09D90. Grayscale: #4F4F4F. Windows color (decimal): -14720401 or 7299615. OLE color: 7299615.
HSL color Cylindrical-coordinate representation of color #1F626F: hue angle of 189.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 #1F626F is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 98 | 111 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.56 |
| HSL | 189.75º | 0.56% | 0.28% | - |
| HSV(B) | 189.75º | 0.72% | 0.44% | - |
| XYZ | 7.8 | 10.17 | 16.59 | - |
| YUV | 79.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 111 | 0.72 | 0.12 | 0 | 0.56 | 189.75 | 0.56 | 0.28 |
| Hex | 1F | 62 | 6F | 48 | C | 0 | 38 | BE | 38 | 1C |
| Octal | 37 | 142 | 157 | 110 | 14 | 0 | 70 | 276 | 70 | 34 |
| Binary | 11111 | 1100010 | 1101111 | 1001000 | 1100 | 0 | 111000 | 10111110 | 111000 | 11100 |
Color Harmonies of #1F626F
Complementary color
Monochromatic Colors of #1F626F
Black with #1F626F
Text Example
Text Example
White with #1F626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F626F; }
p { color: rgb(31,98,111); }
H1.HeaderClassName
{
color: #1F626F;
}
.AnyTagClassName
{
color: #1F626F;
}
</style>
background-color css
<style>
a { background-color: #1F626F; }
a { background-color: rgb(31,98,111); }
div.DivClassName
{
background-color: #1F626F;
}
.BgClassName
{
background-color: #1F626F;
}
</style>
border-color css
<style>
span { border-color: #1F626F; }
span { border-color: rgb(31,98,111); }
td.TdClassName
{
border-color: #1F626F;
}
.TagClassName
{
border-color: #1F626F;
}
</style>