Shades of Allports #1A667A
Tints of Allports #1A667A
RGB
CMYK
RGB Variations
Color information
#1A667A (or 0x1A667A) is known color: Allports. HEX triplet: 1A, 66 and 7A. RGB value is (26,102,122). Sum of RGB (Red+Green+Blue) = 26+102+122=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A667A is #E59985. Grayscale: #515151. Windows color (decimal): -15047046 or 8021530. OLE color: 8021530.
HSL color Cylindrical-coordinate representation of color #1A667A: hue angle of 192.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A667A is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 102 | 122 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.52 |
| HSL | 192.5º | 0.65% | 0.29% | - |
| HSV(B) | 192.5º | 0.79% | 0.48% | - |
| XYZ | 8.69 | 11.13 | 20.1 | - |
| YUV | 81.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 122 | 0.79 | 0.16 | 0 | 0.52 | 192.5 | 0.65 | 0.29 |
| Hex | 1A | 66 | 7A | 4F | 10 | 0 | 34 | C0 | 41 | 1D |
| Octal | 32 | 146 | 172 | 117 | 20 | 0 | 64 | 300 | 101 | 35 |
| Binary | 11010 | 1100110 | 1111010 | 1001111 | 10000 | 0 | 110100 | 11000000 | 1000001 | 11101 |
Color Harmonies of #1A667A
Complementary color
Monochromatic Colors of #1A667A
Black with #1A667A
Text Example
Text Example
White with #1A667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A667A; }
p { color: rgb(26,102,122); }
H1.HeaderClassName
{
color: #1A667A;
}
.AnyTagClassName
{
color: #1A667A;
}
</style>
background-color css
<style>
a { background-color: #1A667A; }
a { background-color: rgb(26,102,122); }
div.DivClassName
{
background-color: #1A667A;
}
.BgClassName
{
background-color: #1A667A;
}
</style>
border-color css
<style>
span { border-color: #1A667A; }
span { border-color: rgb(26,102,122); }
td.TdClassName
{
border-color: #1A667A;
}
.TagClassName
{
border-color: #1A667A;
}
</style>