Shades of Allports #1A7286
Tints of Allports #1A7286
RGB
CMYK
RGB Variations
Color information
#1A7286 (or 0x1A7286) is known color: Allports. HEX triplet: 1A, 72 and 86. RGB value is (26,114,134). Sum of RGB (Red+Green+Blue) = 26+114+134=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A7286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7286 is #E58D79. Grayscale: #595959. Windows color (decimal): -15043962 or 8811034. OLE color: 8811034.
HSL color Cylindrical-coordinate representation of color #1A7286: hue angle of 191.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A7286 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 114 | 134 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.47 |
| HSL | 191.11º | 0.68% | 0.31% | - |
| HSV(B) | 191.11º | 0.81% | 0.53% | - |
| XYZ | 10.75 | 13.98 | 24.69 | - |
| YUV | 89.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 134 | 0.81 | 0.15 | 0 | 0.47 | 191.11 | 0.68 | 0.31 |
| Hex | 1A | 72 | 86 | 51 | F | 0 | 2F | BF | 44 | 1F |
| Octal | 32 | 162 | 206 | 121 | 17 | 0 | 57 | 277 | 104 | 37 |
| Binary | 11010 | 1110010 | 10000110 | 1010001 | 1111 | 0 | 101111 | 10111111 | 1000100 | 11111 |
Color Harmonies of #1A7286
Complementary color
Monochromatic Colors of #1A7286
Black with #1A7286
Text Example
Text Example
White with #1A7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7286; }
p { color: rgb(26,114,134); }
H1.HeaderClassName
{
color: #1A7286;
}
.AnyTagClassName
{
color: #1A7286;
}
</style>
background-color css
<style>
a { background-color: #1A7286; }
a { background-color: rgb(26,114,134); }
div.DivClassName
{
background-color: #1A7286;
}
.BgClassName
{
background-color: #1A7286;
}
</style>
border-color css
<style>
span { border-color: #1A7286; }
span { border-color: rgb(26,114,134); }
td.TdClassName
{
border-color: #1A7286;
}
.TagClassName
{
border-color: #1A7286;
}
</style>