Shades of Allports #1A677E
Tints of Allports #1A677E
RGB
CMYK
RGB Variations
Color information
#1A677E (or 0x1A677E) is known color: Allports. HEX triplet: 1A, 67 and 7E. RGB value is (26,103,126). Sum of RGB (Red+Green+Blue) = 26+103+126=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A677E is #E59881. Grayscale: #525252. Windows color (decimal): -15046786 or 8283930. OLE color: 8283930.
HSL color Cylindrical-coordinate representation of color #1A677E: hue angle of 193.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A677E is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 103 | 126 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.51 |
| HSL | 193.8º | 0.66% | 0.3% | - |
| HSV(B) | 193.8º | 0.79% | 0.49% | - |
| XYZ | 9.04 | 11.43 | 21.47 | - |
| YUV | 82.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 126 | 0.79 | 0.18 | 0 | 0.51 | 193.8 | 0.66 | 0.3 |
| Hex | 1A | 67 | 7E | 4F | 12 | 0 | 33 | C2 | 42 | 1E |
| Octal | 32 | 147 | 176 | 117 | 22 | 0 | 63 | 302 | 102 | 36 |
| Binary | 11010 | 1100111 | 1111110 | 1001111 | 10010 | 0 | 110011 | 11000010 | 1000010 | 11110 |
Color Harmonies of #1A677E
Complementary color
Monochromatic Colors of #1A677E
Black with #1A677E
Text Example
Text Example
White with #1A677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A677E; }
p { color: rgb(26,103,126); }
H1.HeaderClassName
{
color: #1A677E;
}
.AnyTagClassName
{
color: #1A677E;
}
</style>
background-color css
<style>
a { background-color: #1A677E; }
a { background-color: rgb(26,103,126); }
div.DivClassName
{
background-color: #1A677E;
}
.BgClassName
{
background-color: #1A677E;
}
</style>
border-color css
<style>
span { border-color: #1A677E; }
span { border-color: rgb(26,103,126); }
td.TdClassName
{
border-color: #1A677E;
}
.TagClassName
{
border-color: #1A677E;
}
</style>