Shades of Allports #1A668E
Tints of Allports #1A668E
RGB
CMYK
RGB Variations
Color information
#1A668E (or 0x1A668E) is known color: Allports. HEX triplet: 1A, 66 and 8E. RGB value is (26,102,142). Sum of RGB (Red+Green+Blue) = 26+102+142=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A668E is #E59971. Grayscale: #535353. Windows color (decimal): -15047026 or 9332250. OLE color: 9332250.
HSL color Cylindrical-coordinate representation of color #1A668E: hue angle of 200.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A668E is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 102 | 142 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.44 |
| HSL | 200.69º | 0.69% | 0.33% | - |
| HSV(B) | 200.69º | 0.82% | 0.56% | - |
| XYZ | 10.06 | 11.68 | 27.31 | - |
| YUV | 83.84 | 160.82 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 142 | 0.82 | 0.28 | 0 | 0.44 | 200.69 | 0.69 | 0.33 |
| Hex | 1A | 66 | 8E | 52 | 1C | 0 | 2C | C9 | 45 | 21 |
| Octal | 32 | 146 | 216 | 122 | 34 | 0 | 54 | 311 | 105 | 41 |
| Binary | 11010 | 1100110 | 10001110 | 1010010 | 11100 | 0 | 101100 | 11001001 | 1000101 | 100001 |
Color Harmonies of #1A668E
Complementary color
Monochromatic Colors of #1A668E
Black with #1A668E
Text Example
Text Example
White with #1A668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A668E; }
p { color: rgb(26,102,142); }
H1.HeaderClassName
{
color: #1A668E;
}
.AnyTagClassName
{
color: #1A668E;
}
</style>
background-color css
<style>
a { background-color: #1A668E; }
a { background-color: rgb(26,102,142); }
div.DivClassName
{
background-color: #1A668E;
}
.BgClassName
{
background-color: #1A668E;
}
</style>
border-color css
<style>
span { border-color: #1A668E; }
span { border-color: rgb(26,102,142); }
td.TdClassName
{
border-color: #1A668E;
}
.TagClassName
{
border-color: #1A668E;
}
</style>