Shades of Allports #1A708A
Tints of Allports #1A708A
RGB
CMYK
RGB Variations
Color information
#1A708A (or 0x1A708A) is known color: Allports. HEX triplet: 1A, 70 and 8A. RGB value is (26,112,138). Sum of RGB (Red+Green+Blue) = 26+112+138=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A708A is #E58F75. Grayscale: #595959. Windows color (decimal): -15044470 or 9072666. OLE color: 9072666.
HSL color Cylindrical-coordinate representation of color #1A708A: hue angle of 193.93º 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 #1A708A is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 112 | 138 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.46 |
| HSL | 193.93º | 0.68% | 0.32% | - |
| HSV(B) | 193.93º | 0.81% | 0.54% | - |
| XYZ | 10.81 | 13.64 | 26.11 | - |
| YUV | 89.25 | 155.51 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 138 | 0.81 | 0.19 | 0 | 0.46 | 193.93 | 0.68 | 0.32 |
| Hex | 1A | 70 | 8A | 51 | 13 | 0 | 2E | C2 | 44 | 20 |
| Octal | 32 | 160 | 212 | 121 | 23 | 0 | 56 | 302 | 104 | 40 |
| Binary | 11010 | 1110000 | 10001010 | 1010001 | 10011 | 0 | 101110 | 11000010 | 1000100 | 100000 |
Color Harmonies of #1A708A
Complementary color
Monochromatic Colors of #1A708A
Black with #1A708A
Text Example
Text Example
White with #1A708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A708A; }
p { color: rgb(26,112,138); }
H1.HeaderClassName
{
color: #1A708A;
}
.AnyTagClassName
{
color: #1A708A;
}
</style>
background-color css
<style>
a { background-color: #1A708A; }
a { background-color: rgb(26,112,138); }
div.DivClassName
{
background-color: #1A708A;
}
.BgClassName
{
background-color: #1A708A;
}
</style>
border-color css
<style>
span { border-color: #1A708A; }
span { border-color: rgb(26,112,138); }
td.TdClassName
{
border-color: #1A708A;
}
.TagClassName
{
border-color: #1A708A;
}
</style>