Shades of Allports #1A7C92
Tints of Allports #1A7C92
RGB
CMYK
RGB Variations
Color information
#1A7C92 (or 0x1A7C92) is known color: Allports. HEX triplet: 1A, 7C and 92. RGB value is (26,124,146). Sum of RGB (Red+Green+Blue) = 26+124+146=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A7C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7C92 is #E5836D. Grayscale: #616161. Windows color (decimal): -15041390 or 9600026. OLE color: 9600026.
HSL color Cylindrical-coordinate representation of color #1A7C92: hue angle of 191º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7C92 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 124 | 146 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.43 |
| HSL | 191º | 0.7% | 0.34% | - |
| HSV(B) | 191º | 0.82% | 0.57% | - |
| XYZ | 12.82 | 16.71 | 29.74 | - |
| YUV | 97.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 124 | 146 | 0.82 | 0.15 | 0 | 0.43 | 191 | 0.7 | 0.34 |
| Hex | 1A | 7C | 92 | 52 | F | 0 | 2B | BF | 46 | 22 |
| Octal | 32 | 174 | 222 | 122 | 17 | 0 | 53 | 277 | 106 | 42 |
| Binary | 11010 | 1111100 | 10010010 | 1010010 | 1111 | 0 | 101011 | 10111111 | 1000110 | 100010 |
Color Harmonies of #1A7C92
Complementary color
Monochromatic Colors of #1A7C92
Black with #1A7C92
Text Example
Text Example
White with #1A7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7C92; }
p { color: rgb(26,124,146); }
H1.HeaderClassName
{
color: #1A7C92;
}
.AnyTagClassName
{
color: #1A7C92;
}
</style>
background-color css
<style>
a { background-color: #1A7C92; }
a { background-color: rgb(26,124,146); }
div.DivClassName
{
background-color: #1A7C92;
}
.BgClassName
{
background-color: #1A7C92;
}
</style>
border-color css
<style>
span { border-color: #1A7C92; }
span { border-color: rgb(26,124,146); }
td.TdClassName
{
border-color: #1A7C92;
}
.TagClassName
{
border-color: #1A7C92;
}
</style>