Shades of Allports #1F7992
Tints of Allports #1F7992
RGB
CMYK
RGB Variations
Color information
#1F7992 (or 0x1F7992) is known color: Allports. HEX triplet: 1F, 79 and 92. RGB value is (31,121,146). Sum of RGB (Red+Green+Blue) = 31+121+146=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7992 is #E0866D. Grayscale: #606060. Windows color (decimal): -14714478 or 9599263. OLE color: 9599263.
HSL color Cylindrical-coordinate representation of color #1F7992: hue angle of 193.04º 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 #1F7992 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 121 | 146 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.43 |
| HSL | 193.04º | 0.65% | 0.35% | - |
| HSV(B) | 193.04º | 0.79% | 0.57% | - |
| XYZ | 12.59 | 16.04 | 29.63 | - |
| YUV | 96.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 146 | 0.79 | 0.17 | 0 | 0.43 | 193.04 | 0.65 | 0.35 |
| Hex | 1F | 79 | 92 | 4F | 11 | 0 | 2B | C1 | 41 | 23 |
| Octal | 37 | 171 | 222 | 117 | 21 | 0 | 53 | 301 | 101 | 43 |
| Binary | 11111 | 1111001 | 10010010 | 1001111 | 10001 | 0 | 101011 | 11000001 | 1000001 | 100011 |
Color Harmonies of #1F7992
Complementary color
Monochromatic Colors of #1F7992
Black with #1F7992
Text Example
Text Example
White with #1F7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7992; }
p { color: rgb(31,121,146); }
H1.HeaderClassName
{
color: #1F7992;
}
.AnyTagClassName
{
color: #1F7992;
}
</style>
background-color css
<style>
a { background-color: #1F7992; }
a { background-color: rgb(31,121,146); }
div.DivClassName
{
background-color: #1F7992;
}
.BgClassName
{
background-color: #1F7992;
}
</style>
border-color css
<style>
span { border-color: #1F7992; }
span { border-color: rgb(31,121,146); }
td.TdClassName
{
border-color: #1F7992;
}
.TagClassName
{
border-color: #1F7992;
}
</style>