Shades of Allports #1A6076
Tints of Allports #1A6076
RGB
CMYK
RGB Variations
Color information
#1A6076 (or 0x1A6076) is known color: Allports. HEX triplet: 1A, 60 and 76. RGB value is (26,96,118). Sum of RGB (Red+Green+Blue) = 26+96+118=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6076 is #E59F89. Grayscale: #4D4D4D. Windows color (decimal): -15048586 or 7757850. OLE color: 7757850.
HSL color Cylindrical-coordinate representation of color #1A6076: hue angle of 194.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6076 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 96 | 118 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.54 |
| HSL | 194.35º | 0.64% | 0.28% | - |
| HSV(B) | 194.35º | 0.78% | 0.46% | - |
| XYZ | 7.88 | 9.89 | 18.63 | - |
| YUV | 77.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 118 | 0.78 | 0.19 | 0 | 0.54 | 194.35 | 0.64 | 0.28 |
| Hex | 1A | 60 | 76 | 4E | 13 | 0 | 36 | C2 | 40 | 1C |
| Octal | 32 | 140 | 166 | 116 | 23 | 0 | 66 | 302 | 100 | 34 |
| Binary | 11010 | 1100000 | 1110110 | 1001110 | 10011 | 0 | 110110 | 11000010 | 1000000 | 11100 |
Color Harmonies of #1A6076
Complementary color
Monochromatic Colors of #1A6076
Black with #1A6076
Text Example
Text Example
White with #1A6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6076; }
p { color: rgb(26,96,118); }
H1.HeaderClassName
{
color: #1A6076;
}
.AnyTagClassName
{
color: #1A6076;
}
</style>
background-color css
<style>
a { background-color: #1A6076; }
a { background-color: rgb(26,96,118); }
div.DivClassName
{
background-color: #1A6076;
}
.BgClassName
{
background-color: #1A6076;
}
</style>
border-color css
<style>
span { border-color: #1A6076; }
span { border-color: rgb(26,96,118); }
td.TdClassName
{
border-color: #1A6076;
}
.TagClassName
{
border-color: #1A6076;
}
</style>