Shades of Allports #1F6978
Tints of Allports #1F6978
RGB
CMYK
RGB Variations
Color information
#1F6978 (or 0x1F6978) is known color: Allports. HEX triplet: 1F, 69 and 78. RGB value is (31,105,120). Sum of RGB (Red+Green+Blue) = 31+105+120=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6978 is #E09687. Grayscale: #545454. Windows color (decimal): -14718600 or 7891231. OLE color: 7891231.
HSL color Cylindrical-coordinate representation of color #1F6978: hue angle of 190.11º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6978 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 105 | 120 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.53 |
| HSL | 190.11º | 0.59% | 0.3% | - |
| HSV(B) | 190.11º | 0.74% | 0.47% | - |
| XYZ | 9.01 | 11.75 | 19.56 | - |
| YUV | 84.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 120 | 0.74 | 0.13 | 0 | 0.53 | 190.11 | 0.59 | 0.3 |
| Hex | 1F | 69 | 78 | 4A | D | 0 | 35 | BE | 3B | 1E |
| Octal | 37 | 151 | 170 | 112 | 15 | 0 | 65 | 276 | 73 | 36 |
| Binary | 11111 | 1101001 | 1111000 | 1001010 | 1101 | 0 | 110101 | 10111110 | 111011 | 11110 |
Color Harmonies of #1F6978
Complementary color
Monochromatic Colors of #1F6978
Black with #1F6978
Text Example
Text Example
White with #1F6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6978; }
p { color: rgb(31,105,120); }
H1.HeaderClassName
{
color: #1F6978;
}
.AnyTagClassName
{
color: #1F6978;
}
</style>
background-color css
<style>
a { background-color: #1F6978; }
a { background-color: rgb(31,105,120); }
div.DivClassName
{
background-color: #1F6978;
}
.BgClassName
{
background-color: #1F6978;
}
</style>
border-color css
<style>
span { border-color: #1F6978; }
span { border-color: rgb(31,105,120); }
td.TdClassName
{
border-color: #1F6978;
}
.TagClassName
{
border-color: #1F6978;
}
</style>