Shades of Allports #1F6977
Tints of Allports #1F6977
RGB
CMYK
RGB Variations
Color information
#1F6977 (or 0x1F6977) is known color: Allports. HEX triplet: 1F, 69 and 77. RGB value is (31,105,119). Sum of RGB (Red+Green+Blue) = 31+105+119=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6977 is #E09688. Grayscale: #545454. Windows color (decimal): -14718601 or 7825695. OLE color: 7825695.
HSL color Cylindrical-coordinate representation of color #1F6977: hue angle of 189.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6977 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 105 | 119 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.53 |
| HSL | 189.55º | 0.59% | 0.29% | - |
| HSV(B) | 189.55º | 0.74% | 0.47% | - |
| XYZ | 8.95 | 11.73 | 19.24 | - |
| YUV | 84.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 119 | 0.74 | 0.12 | 0 | 0.53 | 189.55 | 0.59 | 0.29 |
| Hex | 1F | 69 | 77 | 4A | C | 0 | 35 | BE | 3B | 1D |
| Octal | 37 | 151 | 167 | 112 | 14 | 0 | 65 | 276 | 73 | 35 |
| Binary | 11111 | 1101001 | 1110111 | 1001010 | 1100 | 0 | 110101 | 10111110 | 111011 | 11101 |
Color Harmonies of #1F6977
Complementary color
Monochromatic Colors of #1F6977
Black with #1F6977
Text Example
Text Example
White with #1F6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6977; }
p { color: rgb(31,105,119); }
H1.HeaderClassName
{
color: #1F6977;
}
.AnyTagClassName
{
color: #1F6977;
}
</style>
background-color css
<style>
a { background-color: #1F6977; }
a { background-color: rgb(31,105,119); }
div.DivClassName
{
background-color: #1F6977;
}
.BgClassName
{
background-color: #1F6977;
}
</style>
border-color css
<style>
span { border-color: #1F6977; }
span { border-color: rgb(31,105,119); }
td.TdClassName
{
border-color: #1F6977;
}
.TagClassName
{
border-color: #1F6977;
}
</style>