Shades of Allports #1A767F
Tints of Allports #1A767F
RGB
CMYK
RGB Variations
Color information
#1A767F (or 0x1A767F) is known color: Allports. HEX triplet: 1A, 76 and 7F. RGB value is (26,118,127). Sum of RGB (Red+Green+Blue) = 26+118+127=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A767F is #E58980. Grayscale: #5B5B5B. Windows color (decimal): -15042945 or 8353306. OLE color: 8353306.
HSL color Cylindrical-coordinate representation of color #1A767F: hue angle of 185.35º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A767F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 118 | 127 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.50 |
| HSL | 185.35º | 0.66% | 0.3% | - |
| HSV(B) | 185.35º | 0.8% | 0.5% | - |
| XYZ | 10.74 | 14.71 | 22.35 | - |
| YUV | 91.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 127 | 0.80 | 0.07 | 0 | 0.50 | 185.35 | 0.66 | 0.3 |
| Hex | 1A | 76 | 7F | 50 | 7 | 0 | 32 | B9 | 42 | 1E |
| Octal | 32 | 166 | 177 | 120 | 7 | 0 | 62 | 271 | 102 | 36 |
| Binary | 11010 | 1110110 | 1111111 | 1010000 | 111 | 0 | 110010 | 10111001 | 1000010 | 11110 |
Color Harmonies of #1A767F
Complementary color
Monochromatic Colors of #1A767F
Black with #1A767F
Text Example
Text Example
White with #1A767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A767F; }
p { color: rgb(26,118,127); }
H1.HeaderClassName
{
color: #1A767F;
}
.AnyTagClassName
{
color: #1A767F;
}
</style>
background-color css
<style>
a { background-color: #1A767F; }
a { background-color: rgb(26,118,127); }
div.DivClassName
{
background-color: #1A767F;
}
.BgClassName
{
background-color: #1A767F;
}
</style>
border-color css
<style>
span { border-color: #1A767F; }
span { border-color: rgb(26,118,127); }
td.TdClassName
{
border-color: #1A767F;
}
.TagClassName
{
border-color: #1A767F;
}
</style>