Shades of Allports #1F6976
Tints of Allports #1F6976
RGB
CMYK
RGB Variations
Color information
#1F6976 (or 0x1F6976) is known color: Allports. HEX triplet: 1F, 69 and 76. RGB value is (31,105,118). Sum of RGB (Red+Green+Blue) = 31+105+118=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6976 is #E09689. Grayscale: #545454. Windows color (decimal): -14718602 or 7760159. OLE color: 7760159.
HSL color Cylindrical-coordinate representation of color #1F6976: hue angle of 188.97º 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 #1F6976 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 105 | 118 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.54 |
| HSL | 188.97º | 0.58% | 0.29% | - |
| HSV(B) | 188.97º | 0.74% | 0.46% | - |
| XYZ | 8.89 | 11.7 | 18.93 | - |
| YUV | 84.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 118 | 0.74 | 0.11 | 0 | 0.54 | 188.97 | 0.58 | 0.29 |
| Hex | 1F | 69 | 76 | 4A | B | 0 | 36 | BD | 3A | 1D |
| Octal | 37 | 151 | 166 | 112 | 13 | 0 | 66 | 275 | 72 | 35 |
| Binary | 11111 | 1101001 | 1110110 | 1001010 | 1011 | 0 | 110110 | 10111101 | 111010 | 11101 |
Color Harmonies of #1F6976
Complementary color
Monochromatic Colors of #1F6976
Black with #1F6976
Text Example
Text Example
White with #1F6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6976; }
p { color: rgb(31,105,118); }
H1.HeaderClassName
{
color: #1F6976;
}
.AnyTagClassName
{
color: #1F6976;
}
</style>
background-color css
<style>
a { background-color: #1F6976; }
a { background-color: rgb(31,105,118); }
div.DivClassName
{
background-color: #1F6976;
}
.BgClassName
{
background-color: #1F6976;
}
</style>
border-color css
<style>
span { border-color: #1F6976; }
span { border-color: rgb(31,105,118); }
td.TdClassName
{
border-color: #1F6976;
}
.TagClassName
{
border-color: #1F6976;
}
</style>