Shades of Allports #1A6070
Tints of Allports #1A6070
RGB
CMYK
RGB Variations
Color information
#1A6070 (or 0x1A6070) is known color: Allports. HEX triplet: 1A, 60 and 70. RGB value is (26,96,112). Sum of RGB (Red+Green+Blue) = 26+96+112=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A6070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6070 is #E59F8F. Grayscale: #4C4C4C. Windows color (decimal): -15048592 or 7364634. OLE color: 7364634.
HSL color Cylindrical-coordinate representation of color #1A6070: hue angle of 191.16º 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 #1A6070 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 96 | 112 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.56 |
| HSL | 191.16º | 0.62% | 0.27% | - |
| HSV(B) | 191.16º | 0.77% | 0.44% | - |
| XYZ | 7.53 | 9.76 | 16.82 | - |
| YUV | 76.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 112 | 0.77 | 0.14 | 0 | 0.56 | 191.16 | 0.62 | 0.27 |
| Hex | 1A | 60 | 70 | 4D | E | 0 | 38 | BF | 3E | 1B |
| Octal | 32 | 140 | 160 | 115 | 16 | 0 | 70 | 277 | 76 | 33 |
| Binary | 11010 | 1100000 | 1110000 | 1001101 | 1110 | 0 | 111000 | 10111111 | 111110 | 11011 |
Color Harmonies of #1A6070
Complementary color
Monochromatic Colors of #1A6070
Black with #1A6070
Text Example
Text Example
White with #1A6070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6070; }
p { color: rgb(26,96,112); }
H1.HeaderClassName
{
color: #1A6070;
}
.AnyTagClassName
{
color: #1A6070;
}
</style>
background-color css
<style>
a { background-color: #1A6070; }
a { background-color: rgb(26,96,112); }
div.DivClassName
{
background-color: #1A6070;
}
.BgClassName
{
background-color: #1A6070;
}
</style>
border-color css
<style>
span { border-color: #1A6070; }
span { border-color: rgb(26,96,112); }
td.TdClassName
{
border-color: #1A6070;
}
.TagClassName
{
border-color: #1A6070;
}
</style>