Shades of Allports #1F697A
Tints of Allports #1F697A
RGB
CMYK
RGB Variations
Color information
#1F697A (or 0x1F697A) is known color: Allports. HEX triplet: 1F, 69 and 7A. RGB value is (31,105,122). Sum of RGB (Red+Green+Blue) = 31+105+122=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F697A is #E09685. Grayscale: #545454. Windows color (decimal): -14718598 or 8022303. OLE color: 8022303.
HSL color Cylindrical-coordinate representation of color #1F697A: hue angle of 191.21º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F697A is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 105 | 122 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.52 |
| HSL | 191.21º | 0.59% | 0.3% | - |
| HSV(B) | 191.21º | 0.75% | 0.48% | - |
| XYZ | 9.13 | 11.8 | 20.21 | - |
| YUV | 84.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 122 | 0.75 | 0.14 | 0 | 0.52 | 191.21 | 0.59 | 0.3 |
| Hex | 1F | 69 | 7A | 4B | E | 0 | 34 | BF | 3B | 1E |
| Octal | 37 | 151 | 172 | 113 | 16 | 0 | 64 | 277 | 73 | 36 |
| Binary | 11111 | 1101001 | 1111010 | 1001011 | 1110 | 0 | 110100 | 10111111 | 111011 | 11110 |
Color Harmonies of #1F697A
Complementary color
Monochromatic Colors of #1F697A
Black with #1F697A
Text Example
Text Example
White with #1F697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F697A; }
p { color: rgb(31,105,122); }
H1.HeaderClassName
{
color: #1F697A;
}
.AnyTagClassName
{
color: #1F697A;
}
</style>
background-color css
<style>
a { background-color: #1F697A; }
a { background-color: rgb(31,105,122); }
div.DivClassName
{
background-color: #1F697A;
}
.BgClassName
{
background-color: #1F697A;
}
</style>
border-color css
<style>
span { border-color: #1F697A; }
span { border-color: rgb(31,105,122); }
td.TdClassName
{
border-color: #1F697A;
}
.TagClassName
{
border-color: #1F697A;
}
</style>