Shades of Allports #1A757F
Tints of Allports #1A757F
RGB
CMYK
RGB Variations
Color information
#1A757F (or 0x1A757F) is known color: Allports. HEX triplet: 1A, 75 and 7F. RGB value is (26,117,127). Sum of RGB (Red+Green+Blue) = 26+117+127=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A757F is #E58A80. Grayscale: #5A5A5A. Windows color (decimal): -15043201 or 8353050. OLE color: 8353050.
HSL color Cylindrical-coordinate representation of color #1A757F: hue angle of 185.94º 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 #1A757F is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 117 | 127 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.50 |
| HSL | 185.94º | 0.66% | 0.3% | - |
| HSV(B) | 185.94º | 0.8% | 0.5% | - |
| XYZ | 10.62 | 14.47 | 22.31 | - |
| YUV | 90.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 127 | 0.80 | 0.08 | 0 | 0.50 | 185.94 | 0.66 | 0.3 |
| Hex | 1A | 75 | 7F | 50 | 8 | 0 | 32 | BA | 42 | 1E |
| Octal | 32 | 165 | 177 | 120 | 10 | 0 | 62 | 272 | 102 | 36 |
| Binary | 11010 | 1110101 | 1111111 | 1010000 | 1000 | 0 | 110010 | 10111010 | 1000010 | 11110 |
Color Harmonies of #1A757F
Complementary color
Monochromatic Colors of #1A757F
Black with #1A757F
Text Example
Text Example
White with #1A757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A757F; }
p { color: rgb(26,117,127); }
H1.HeaderClassName
{
color: #1A757F;
}
.AnyTagClassName
{
color: #1A757F;
}
</style>
background-color css
<style>
a { background-color: #1A757F; }
a { background-color: rgb(26,117,127); }
div.DivClassName
{
background-color: #1A757F;
}
.BgClassName
{
background-color: #1A757F;
}
</style>
border-color css
<style>
span { border-color: #1A757F; }
span { border-color: rgb(26,117,127); }
td.TdClassName
{
border-color: #1A757F;
}
.TagClassName
{
border-color: #1A757F;
}
</style>