Shades of Allports #1A667F
Tints of Allports #1A667F
RGB
CMYK
RGB Variations
Color information
#1A667F (or 0x1A667F) is known color: Allports. HEX triplet: 1A, 66 and 7F. RGB value is (26,102,127). Sum of RGB (Red+Green+Blue) = 26+102+127=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A667F is #E59980. Grayscale: #515151. Windows color (decimal): -15047041 or 8349210. OLE color: 8349210.
HSL color Cylindrical-coordinate representation of color #1A667F: hue angle of 194.85º 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 #1A667F is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 102 | 127 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.50 |
| HSL | 194.85º | 0.66% | 0.3% | - |
| HSV(B) | 194.85º | 0.8% | 0.5% | - |
| XYZ | 9.01 | 11.25 | 21.78 | - |
| YUV | 82.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 127 | 0.80 | 0.20 | 0 | 0.50 | 194.85 | 0.66 | 0.3 |
| Hex | 1A | 66 | 7F | 50 | 14 | 0 | 32 | C3 | 42 | 1E |
| Octal | 32 | 146 | 177 | 120 | 24 | 0 | 62 | 303 | 102 | 36 |
| Binary | 11010 | 1100110 | 1111111 | 1010000 | 10100 | 0 | 110010 | 11000011 | 1000010 | 11110 |
Color Harmonies of #1A667F
Complementary color
Monochromatic Colors of #1A667F
Black with #1A667F
Text Example
Text Example
White with #1A667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A667F; }
p { color: rgb(26,102,127); }
H1.HeaderClassName
{
color: #1A667F;
}
.AnyTagClassName
{
color: #1A667F;
}
</style>
background-color css
<style>
a { background-color: #1A667F; }
a { background-color: rgb(26,102,127); }
div.DivClassName
{
background-color: #1A667F;
}
.BgClassName
{
background-color: #1A667F;
}
</style>
border-color css
<style>
span { border-color: #1A667F; }
span { border-color: rgb(26,102,127); }
td.TdClassName
{
border-color: #1A667F;
}
.TagClassName
{
border-color: #1A667F;
}
</style>