Shades of Allports #1A6270
Tints of Allports #1A6270
RGB
CMYK
RGB Variations
Color information
#1A6270 (or 0x1A6270) is known color: Allports. HEX triplet: 1A, 62 and 70. RGB value is (26,98,112). Sum of RGB (Red+Green+Blue) = 26+98+112=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A6270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6270 is #E59D8F. Grayscale: #4D4D4D. Windows color (decimal): -15048080 or 7365146. OLE color: 7365146.
HSL color Cylindrical-coordinate representation of color #1A6270: hue angle of 189.77º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6270 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 98 | 112 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.56 |
| HSL | 189.77º | 0.62% | 0.27% | - |
| HSV(B) | 189.77º | 0.77% | 0.44% | - |
| XYZ | 7.72 | 10.12 | 16.88 | - |
| YUV | 78.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 112 | 0.77 | 0.13 | 0 | 0.56 | 189.77 | 0.62 | 0.27 |
| Hex | 1A | 62 | 70 | 4D | D | 0 | 38 | BE | 3E | 1B |
| Octal | 32 | 142 | 160 | 115 | 15 | 0 | 70 | 276 | 76 | 33 |
| Binary | 11010 | 1100010 | 1110000 | 1001101 | 1101 | 0 | 111000 | 10111110 | 111110 | 11011 |
Color Harmonies of #1A6270
Complementary color
Monochromatic Colors of #1A6270
Black with #1A6270
Text Example
Text Example
White with #1A6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6270; }
p { color: rgb(26,98,112); }
H1.HeaderClassName
{
color: #1A6270;
}
.AnyTagClassName
{
color: #1A6270;
}
</style>
background-color css
<style>
a { background-color: #1A6270; }
a { background-color: rgb(26,98,112); }
div.DivClassName
{
background-color: #1A6270;
}
.BgClassName
{
background-color: #1A6270;
}
</style>
border-color css
<style>
span { border-color: #1A6270; }
span { border-color: rgb(26,98,112); }
td.TdClassName
{
border-color: #1A6270;
}
.TagClassName
{
border-color: #1A6270;
}
</style>