Shades of Allports #1F6275
Tints of Allports #1F6275
RGB
CMYK
RGB Variations
Color information
#1F6275 (or 0x1F6275) is known color: Allports. HEX triplet: 1F, 62 and 75. RGB value is (31,98,117). Sum of RGB (Red+Green+Blue) = 31+98+117=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6275 is #E09D8A. Grayscale: #4F4F4F. Windows color (decimal): -14720395 or 7692831. OLE color: 7692831.
HSL color Cylindrical-coordinate representation of color #1F6275: hue angle of 193.26º 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 #1F6275 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 98 | 117 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.54 |
| HSL | 193.26º | 0.58% | 0.29% | - |
| HSV(B) | 193.26º | 0.74% | 0.46% | - |
| XYZ | 8.14 | 10.31 | 18.39 | - |
| YUV | 80.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 117 | 0.74 | 0.16 | 0 | 0.54 | 193.26 | 0.58 | 0.29 |
| Hex | 1F | 62 | 75 | 4A | 10 | 0 | 36 | C1 | 3A | 1D |
| Octal | 37 | 142 | 165 | 112 | 20 | 0 | 66 | 301 | 72 | 35 |
| Binary | 11111 | 1100010 | 1110101 | 1001010 | 10000 | 0 | 110110 | 11000001 | 111010 | 11101 |
Color Harmonies of #1F6275
Complementary color
Monochromatic Colors of #1F6275
Black with #1F6275
Text Example
Text Example
White with #1F6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6275; }
p { color: rgb(31,98,117); }
H1.HeaderClassName
{
color: #1F6275;
}
.AnyTagClassName
{
color: #1F6275;
}
</style>
background-color css
<style>
a { background-color: #1F6275; }
a { background-color: rgb(31,98,117); }
div.DivClassName
{
background-color: #1F6275;
}
.BgClassName
{
background-color: #1F6275;
}
</style>
border-color css
<style>
span { border-color: #1F6275; }
span { border-color: rgb(31,98,117); }
td.TdClassName
{
border-color: #1F6275;
}
.TagClassName
{
border-color: #1F6275;
}
</style>