Shades of Allports #1A7784
Tints of Allports #1A7784
RGB
CMYK
RGB Variations
Color information
#1A7784 (or 0x1A7784) is known color: Allports. HEX triplet: 1A, 77 and 84. RGB value is (26,119,132). Sum of RGB (Red+Green+Blue) = 26+119+132=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A7784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7784 is #E5887B. Grayscale: #5C5C5C. Windows color (decimal): -15042684 or 8681242. OLE color: 8681242.
HSL color Cylindrical-coordinate representation of color #1A7784: hue angle of 187.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7784 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 119 | 132 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.48 |
| HSL | 187.36º | 0.67% | 0.31% | - |
| HSV(B) | 187.36º | 0.8% | 0.52% | - |
| XYZ | 11.19 | 15.08 | 24.15 | - |
| YUV | 92.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 132 | 0.80 | 0.10 | 0 | 0.48 | 187.36 | 0.67 | 0.31 |
| Hex | 1A | 77 | 84 | 50 | A | 0 | 30 | BB | 43 | 1F |
| Octal | 32 | 167 | 204 | 120 | 12 | 0 | 60 | 273 | 103 | 37 |
| Binary | 11010 | 1110111 | 10000100 | 1010000 | 1010 | 0 | 110000 | 10111011 | 1000011 | 11111 |
Color Harmonies of #1A7784
Complementary color
Monochromatic Colors of #1A7784
Black with #1A7784
Text Example
Text Example
White with #1A7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7784; }
p { color: rgb(26,119,132); }
H1.HeaderClassName
{
color: #1A7784;
}
.AnyTagClassName
{
color: #1A7784;
}
</style>
background-color css
<style>
a { background-color: #1A7784; }
a { background-color: rgb(26,119,132); }
div.DivClassName
{
background-color: #1A7784;
}
.BgClassName
{
background-color: #1A7784;
}
</style>
border-color css
<style>
span { border-color: #1A7784; }
span { border-color: rgb(26,119,132); }
td.TdClassName
{
border-color: #1A7784;
}
.TagClassName
{
border-color: #1A7784;
}
</style>