Shades of Allports #1A626F
Tints of Allports #1A626F
RGB
CMYK
RGB Variations
Color information
#1A626F (or 0x1A626F) is known color: Allports. HEX triplet: 1A, 62 and 6F. RGB value is (26,98,111). Sum of RGB (Red+Green+Blue) = 26+98+111=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A626F is #E59D90. Grayscale: #4D4D4D. Windows color (decimal): -15048081 or 7299610. OLE color: 7299610.
HSL color Cylindrical-coordinate representation of color #1A626F: hue angle of 189.18º 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 #1A626F is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 98 | 111 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.56 |
| HSL | 189.18º | 0.62% | 0.27% | - |
| HSV(B) | 189.18º | 0.77% | 0.44% | - |
| XYZ | 7.66 | 10.1 | 16.59 | - |
| YUV | 77.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 111 | 0.77 | 0.12 | 0 | 0.56 | 189.18 | 0.62 | 0.27 |
| Hex | 1A | 62 | 6F | 4D | C | 0 | 38 | BD | 3E | 1B |
| Octal | 32 | 142 | 157 | 115 | 14 | 0 | 70 | 275 | 76 | 33 |
| Binary | 11010 | 1100010 | 1101111 | 1001101 | 1100 | 0 | 111000 | 10111101 | 111110 | 11011 |
Color Harmonies of #1A626F
Complementary color
Monochromatic Colors of #1A626F
Black with #1A626F
Text Example
Text Example
White with #1A626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A626F; }
p { color: rgb(26,98,111); }
H1.HeaderClassName
{
color: #1A626F;
}
.AnyTagClassName
{
color: #1A626F;
}
</style>
background-color css
<style>
a { background-color: #1A626F; }
a { background-color: rgb(26,98,111); }
div.DivClassName
{
background-color: #1A626F;
}
.BgClassName
{
background-color: #1A626F;
}
</style>
border-color css
<style>
span { border-color: #1A626F; }
span { border-color: rgb(26,98,111); }
td.TdClassName
{
border-color: #1A626F;
}
.TagClassName
{
border-color: #1A626F;
}
</style>