Shades of Allports #1A768A
Tints of Allports #1A768A
RGB
CMYK
RGB Variations
Color information
#1A768A (or 0x1A768A) is known color: Allports. HEX triplet: 1A, 76 and 8A. RGB value is (26,118,138). Sum of RGB (Red+Green+Blue) = 26+118+138=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A768A is #E58975. Grayscale: #5C5C5C. Windows color (decimal): -15042934 or 9074202. OLE color: 9074202.
HSL color Cylindrical-coordinate representation of color #1A768A: hue angle of 190.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A768A is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 118 | 138 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.46 |
| HSL | 190.71º | 0.68% | 0.32% | - |
| HSV(B) | 190.71º | 0.81% | 0.54% | - |
| XYZ | 11.49 | 15.01 | 26.34 | - |
| YUV | 92.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 138 | 0.81 | 0.14 | 0 | 0.46 | 190.71 | 0.68 | 0.32 |
| Hex | 1A | 76 | 8A | 51 | E | 0 | 2E | BF | 44 | 20 |
| Octal | 32 | 166 | 212 | 121 | 16 | 0 | 56 | 277 | 104 | 40 |
| Binary | 11010 | 1110110 | 10001010 | 1010001 | 1110 | 0 | 101110 | 10111111 | 1000100 | 100000 |
Color Harmonies of #1A768A
Complementary color
Monochromatic Colors of #1A768A
Black with #1A768A
Text Example
Text Example
White with #1A768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A768A; }
p { color: rgb(26,118,138); }
H1.HeaderClassName
{
color: #1A768A;
}
.AnyTagClassName
{
color: #1A768A;
}
</style>
background-color css
<style>
a { background-color: #1A768A; }
a { background-color: rgb(26,118,138); }
div.DivClassName
{
background-color: #1A768A;
}
.BgClassName
{
background-color: #1A768A;
}
</style>
border-color css
<style>
span { border-color: #1A768A; }
span { border-color: rgb(26,118,138); }
td.TdClassName
{
border-color: #1A768A;
}
.TagClassName
{
border-color: #1A768A;
}
</style>