Shades of Allports #1F6670
Tints of Allports #1F6670
RGB
CMYK
RGB Variations
Color information
#1F6670 (or 0x1F6670) is known color: Allports. HEX triplet: 1F, 66 and 70. RGB value is (31,102,112). Sum of RGB (Red+Green+Blue) = 31+102+112=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F6670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6670 is #E0998F. Grayscale: #515151. Windows color (decimal): -14719376 or 7366175. OLE color: 7366175.
HSL color Cylindrical-coordinate representation of color #1F6670: hue angle of 187.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6670 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 102 | 112 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.56 |
| HSL | 187.41º | 0.57% | 0.28% | - |
| HSV(B) | 187.41º | 0.72% | 0.44% | - |
| XYZ | 8.24 | 10.96 | 17.01 | - |
| YUV | 81.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 112 | 0.72 | 0.09 | 0 | 0.56 | 187.41 | 0.57 | 0.28 |
| Hex | 1F | 66 | 70 | 48 | 9 | 0 | 38 | BB | 39 | 1C |
| Octal | 37 | 146 | 160 | 110 | 11 | 0 | 70 | 273 | 71 | 34 |
| Binary | 11111 | 1100110 | 1110000 | 1001000 | 1001 | 0 | 111000 | 10111011 | 111001 | 11100 |
Color Harmonies of #1F6670
Complementary color
Monochromatic Colors of #1F6670
Black with #1F6670
Text Example
Text Example
White with #1F6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6670; }
p { color: rgb(31,102,112); }
H1.HeaderClassName
{
color: #1F6670;
}
.AnyTagClassName
{
color: #1F6670;
}
</style>
background-color css
<style>
a { background-color: #1F6670; }
a { background-color: rgb(31,102,112); }
div.DivClassName
{
background-color: #1F6670;
}
.BgClassName
{
background-color: #1F6670;
}
</style>
border-color css
<style>
span { border-color: #1F6670; }
span { border-color: rgb(31,102,112); }
td.TdClassName
{
border-color: #1F6670;
}
.TagClassName
{
border-color: #1F6670;
}
</style>