Shades of Allports #1F6370
Tints of Allports #1F6370
RGB
CMYK
RGB Variations
Color information
#1F6370 (or 0x1F6370) is known color: Allports. HEX triplet: 1F, 63 and 70. RGB value is (31,99,112). Sum of RGB (Red+Green+Blue) = 31+99+112=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6370 is #E09C8F. Grayscale: #505050. Windows color (decimal): -14720144 or 7365407. OLE color: 7365407.
HSL color Cylindrical-coordinate representation of color #1F6370: hue angle of 189.63º 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 #1F6370 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 99 | 112 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.56 |
| HSL | 189.63º | 0.57% | 0.28% | - |
| HSV(B) | 189.63º | 0.72% | 0.44% | - |
| XYZ | 7.95 | 10.38 | 16.91 | - |
| YUV | 80.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 112 | 0.72 | 0.12 | 0 | 0.56 | 189.63 | 0.57 | 0.28 |
| Hex | 1F | 63 | 70 | 48 | C | 0 | 38 | BE | 39 | 1C |
| Octal | 37 | 143 | 160 | 110 | 14 | 0 | 70 | 276 | 71 | 34 |
| Binary | 11111 | 1100011 | 1110000 | 1001000 | 1100 | 0 | 111000 | 10111110 | 111001 | 11100 |
Color Harmonies of #1F6370
Complementary color
Monochromatic Colors of #1F6370
Black with #1F6370
Text Example
Text Example
White with #1F6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6370; }
p { color: rgb(31,99,112); }
H1.HeaderClassName
{
color: #1F6370;
}
.AnyTagClassName
{
color: #1F6370;
}
</style>
background-color css
<style>
a { background-color: #1F6370; }
a { background-color: rgb(31,99,112); }
div.DivClassName
{
background-color: #1F6370;
}
.BgClassName
{
background-color: #1F6370;
}
</style>
border-color css
<style>
span { border-color: #1F6370; }
span { border-color: rgb(31,99,112); }
td.TdClassName
{
border-color: #1F6370;
}
.TagClassName
{
border-color: #1F6370;
}
</style>