Shades of Allports #1F677C
Tints of Allports #1F677C
RGB
CMYK
RGB Variations
Color information
#1F677C (or 0x1F677C) is known color: Allports. HEX triplet: 1F, 67 and 7C. RGB value is (31,103,124). Sum of RGB (Red+Green+Blue) = 31+103+124=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F677C is #E09883. Grayscale: #535353. Windows color (decimal): -14719108 or 8152863. OLE color: 8152863.
HSL color Cylindrical-coordinate representation of color #1F677C: hue angle of 193.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F677C is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 103 | 124 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.51 |
| HSL | 193.55º | 0.6% | 0.3% | - |
| HSV(B) | 193.55º | 0.75% | 0.49% | - |
| XYZ | 9.05 | 11.45 | 20.8 | - |
| YUV | 83.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 124 | 0.75 | 0.17 | 0 | 0.51 | 193.55 | 0.6 | 0.3 |
| Hex | 1F | 67 | 7C | 4B | 11 | 0 | 33 | C2 | 3C | 1E |
| Octal | 37 | 147 | 174 | 113 | 21 | 0 | 63 | 302 | 74 | 36 |
| Binary | 11111 | 1100111 | 1111100 | 1001011 | 10001 | 0 | 110011 | 11000010 | 111100 | 11110 |
Color Harmonies of #1F677C
Complementary color
Monochromatic Colors of #1F677C
Black with #1F677C
Text Example
Text Example
White with #1F677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F677C; }
p { color: rgb(31,103,124); }
H1.HeaderClassName
{
color: #1F677C;
}
.AnyTagClassName
{
color: #1F677C;
}
</style>
background-color css
<style>
a { background-color: #1F677C; }
a { background-color: rgb(31,103,124); }
div.DivClassName
{
background-color: #1F677C;
}
.BgClassName
{
background-color: #1F677C;
}
</style>
border-color css
<style>
span { border-color: #1F677C; }
span { border-color: rgb(31,103,124); }
td.TdClassName
{
border-color: #1F677C;
}
.TagClassName
{
border-color: #1F677C;
}
</style>