Shades of Allports #1F7092
Tints of Allports #1F7092
RGB
CMYK
RGB Variations
Color information
#1F7092 (or 0x1F7092) is known color: Allports. HEX triplet: 1F, 70 and 92. RGB value is (31,112,146). Sum of RGB (Red+Green+Blue) = 31+112+146=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7092 is #E08F6D. Grayscale: #5B5B5B. Windows color (decimal): -14716782 or 9596959. OLE color: 9596959.
HSL color Cylindrical-coordinate representation of color #1F7092: hue angle of 197.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7092 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 112 | 146 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.43 |
| HSL | 197.74º | 0.65% | 0.35% | - |
| HSV(B) | 197.74º | 0.79% | 0.57% | - |
| XYZ | 11.55 | 13.95 | 29.28 | - |
| YUV | 91.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 146 | 0.79 | 0.23 | 0 | 0.43 | 197.74 | 0.65 | 0.35 |
| Hex | 1F | 70 | 92 | 4F | 17 | 0 | 2B | C6 | 41 | 23 |
| Octal | 37 | 160 | 222 | 117 | 27 | 0 | 53 | 306 | 101 | 43 |
| Binary | 11111 | 1110000 | 10010010 | 1001111 | 10111 | 0 | 101011 | 11000110 | 1000001 | 100011 |
Color Harmonies of #1F7092
Complementary color
Monochromatic Colors of #1F7092
Black with #1F7092
Text Example
Text Example
White with #1F7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7092; }
p { color: rgb(31,112,146); }
H1.HeaderClassName
{
color: #1F7092;
}
.AnyTagClassName
{
color: #1F7092;
}
</style>
background-color css
<style>
a { background-color: #1F7092; }
a { background-color: rgb(31,112,146); }
div.DivClassName
{
background-color: #1F7092;
}
.BgClassName
{
background-color: #1F7092;
}
</style>
border-color css
<style>
span { border-color: #1F7092; }
span { border-color: rgb(31,112,146); }
td.TdClassName
{
border-color: #1F7092;
}
.TagClassName
{
border-color: #1F7092;
}
</style>