Shades of Allports #1F6775
Tints of Allports #1F6775
RGB
CMYK
RGB Variations
Color information
#1F6775 (or 0x1F6775) is known color: Allports. HEX triplet: 1F, 67 and 75. RGB value is (31,103,117). Sum of RGB (Red+Green+Blue) = 31+103+117=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6775 is #E0988A. Grayscale: #525252. Windows color (decimal): -14719115 or 7694111. OLE color: 7694111.
HSL color Cylindrical-coordinate representation of color #1F6775: hue angle of 189.77º 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 #1F6775 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 103 | 117 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.54 |
| HSL | 189.77º | 0.58% | 0.29% | - |
| HSV(B) | 189.77º | 0.74% | 0.46% | - |
| XYZ | 8.63 | 11.28 | 18.55 | - |
| YUV | 83.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 117 | 0.74 | 0.12 | 0 | 0.54 | 189.77 | 0.58 | 0.29 |
| Hex | 1F | 67 | 75 | 4A | C | 0 | 36 | BE | 3A | 1D |
| Octal | 37 | 147 | 165 | 112 | 14 | 0 | 66 | 276 | 72 | 35 |
| Binary | 11111 | 1100111 | 1110101 | 1001010 | 1100 | 0 | 110110 | 10111110 | 111010 | 11101 |
Color Harmonies of #1F6775
Complementary color
Monochromatic Colors of #1F6775
Black with #1F6775
Text Example
Text Example
White with #1F6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6775; }
p { color: rgb(31,103,117); }
H1.HeaderClassName
{
color: #1F6775;
}
.AnyTagClassName
{
color: #1F6775;
}
</style>
background-color css
<style>
a { background-color: #1F6775; }
a { background-color: rgb(31,103,117); }
div.DivClassName
{
background-color: #1F6775;
}
.BgClassName
{
background-color: #1F6775;
}
</style>
border-color css
<style>
span { border-color: #1F6775; }
span { border-color: rgb(31,103,117); }
td.TdClassName
{
border-color: #1F6775;
}
.TagClassName
{
border-color: #1F6775;
}
</style>