Shades of Allports #1F6272
Tints of Allports #1F6272
RGB
CMYK
RGB Variations
Color information
#1F6272 (or 0x1F6272) is known color: Allports. HEX triplet: 1F, 62 and 72. RGB value is (31,98,114). Sum of RGB (Red+Green+Blue) = 31+98+114=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F6272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6272 is #E09D8D. Grayscale: #4F4F4F. Windows color (decimal): -14720398 or 7496223. OLE color: 7496223.
HSL color Cylindrical-coordinate representation of color #1F6272: hue angle of 191.57º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6272 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 98 | 114 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.55 |
| HSL | 191.57º | 0.57% | 0.28% | - |
| HSV(B) | 191.57º | 0.73% | 0.45% | - |
| XYZ | 7.97 | 10.24 | 17.48 | - |
| YUV | 79.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 114 | 0.73 | 0.14 | 0 | 0.55 | 191.57 | 0.57 | 0.28 |
| Hex | 1F | 62 | 72 | 49 | E | 0 | 37 | C0 | 39 | 1C |
| Octal | 37 | 142 | 162 | 111 | 16 | 0 | 67 | 300 | 71 | 34 |
| Binary | 11111 | 1100010 | 1110010 | 1001001 | 1110 | 0 | 110111 | 11000000 | 111001 | 11100 |
Color Harmonies of #1F6272
Complementary color
Monochromatic Colors of #1F6272
Black with #1F6272
Text Example
Text Example
White with #1F6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6272; }
p { color: rgb(31,98,114); }
H1.HeaderClassName
{
color: #1F6272;
}
.AnyTagClassName
{
color: #1F6272;
}
</style>
background-color css
<style>
a { background-color: #1F6272; }
a { background-color: rgb(31,98,114); }
div.DivClassName
{
background-color: #1F6272;
}
.BgClassName
{
background-color: #1F6272;
}
</style>
border-color css
<style>
span { border-color: #1F6272; }
span { border-color: rgb(31,98,114); }
td.TdClassName
{
border-color: #1F6272;
}
.TagClassName
{
border-color: #1F6272;
}
</style>