Shades of Allports #1A678D
Tints of Allports #1A678D
RGB
CMYK
RGB Variations
Color information
#1A678D (or 0x1A678D) is known color: Allports. HEX triplet: 1A, 67 and 8D. RGB value is (26,103,141). Sum of RGB (Red+Green+Blue) = 26+103+141=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A678D is #E59872. Grayscale: #545454. Windows color (decimal): -15046771 or 9266970. OLE color: 9266970.
HSL color Cylindrical-coordinate representation of color #1A678D: hue angle of 199.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A678D is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 103 | 141 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.45 |
| HSL | 199.83º | 0.69% | 0.33% | - |
| HSV(B) | 199.83º | 0.82% | 0.55% | - |
| XYZ | 10.08 | 11.84 | 26.95 | - |
| YUV | 84.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 141 | 0.82 | 0.27 | 0 | 0.45 | 199.83 | 0.69 | 0.33 |
| Hex | 1A | 67 | 8D | 52 | 1B | 0 | 2D | C8 | 45 | 21 |
| Octal | 32 | 147 | 215 | 122 | 33 | 0 | 55 | 310 | 105 | 41 |
| Binary | 11010 | 1100111 | 10001101 | 1010010 | 11011 | 0 | 101101 | 11001000 | 1000101 | 100001 |
Color Harmonies of #1A678D
Complementary color
Monochromatic Colors of #1A678D
Black with #1A678D
Text Example
Text Example
White with #1A678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A678D; }
p { color: rgb(26,103,141); }
H1.HeaderClassName
{
color: #1A678D;
}
.AnyTagClassName
{
color: #1A678D;
}
</style>
background-color css
<style>
a { background-color: #1A678D; }
a { background-color: rgb(26,103,141); }
div.DivClassName
{
background-color: #1A678D;
}
.BgClassName
{
background-color: #1A678D;
}
</style>
border-color css
<style>
span { border-color: #1A678D; }
span { border-color: rgb(26,103,141); }
td.TdClassName
{
border-color: #1A678D;
}
.TagClassName
{
border-color: #1A678D;
}
</style>