Shades of Allports #1F6675
Tints of Allports #1F6675
RGB
CMYK
RGB Variations
Color information
#1F6675 (or 0x1F6675) is known color: Allports. HEX triplet: 1F, 66 and 75. RGB value is (31,102,117). Sum of RGB (Red+Green+Blue) = 31+102+117=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6675 is #E0998A. Grayscale: #525252. Windows color (decimal): -14719371 or 7693855. OLE color: 7693855.
HSL color Cylindrical-coordinate representation of color #1F6675: hue angle of 190.47º 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 #1F6675 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 102 | 117 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.54 |
| HSL | 190.47º | 0.58% | 0.29% | - |
| HSV(B) | 190.47º | 0.74% | 0.46% | - |
| XYZ | 8.53 | 11.08 | 18.52 | - |
| YUV | 82.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 117 | 0.74 | 0.13 | 0 | 0.54 | 190.47 | 0.58 | 0.29 |
| Hex | 1F | 66 | 75 | 4A | D | 0 | 36 | BE | 3A | 1D |
| Octal | 37 | 146 | 165 | 112 | 15 | 0 | 66 | 276 | 72 | 35 |
| Binary | 11111 | 1100110 | 1110101 | 1001010 | 1101 | 0 | 110110 | 10111110 | 111010 | 11101 |
Color Harmonies of #1F6675
Complementary color
Monochromatic Colors of #1F6675
Black with #1F6675
Text Example
Text Example
White with #1F6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6675; }
p { color: rgb(31,102,117); }
H1.HeaderClassName
{
color: #1F6675;
}
.AnyTagClassName
{
color: #1F6675;
}
</style>
background-color css
<style>
a { background-color: #1F6675; }
a { background-color: rgb(31,102,117); }
div.DivClassName
{
background-color: #1F6675;
}
.BgClassName
{
background-color: #1F6675;
}
</style>
border-color css
<style>
span { border-color: #1F6675; }
span { border-color: rgb(31,102,117); }
td.TdClassName
{
border-color: #1F6675;
}
.TagClassName
{
border-color: #1F6675;
}
</style>