Shades of Allports #1A616D
Tints of Allports #1A616D
RGB
CMYK
RGB Variations
Color information
#1A616D (or 0x1A616D) is known color: Allports. HEX triplet: 1A, 61 and 6D. RGB value is (26,97,109). Sum of RGB (Red+Green+Blue) = 26+97+109=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A616D is #E59E92. Grayscale: #4D4D4D. Windows color (decimal): -15048339 or 7168282. OLE color: 7168282.
HSL color Cylindrical-coordinate representation of color #1A616D: hue angle of 188.67º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A616D is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 97 | 109 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.57 |
| HSL | 188.67º | 0.61% | 0.26% | - |
| HSV(B) | 188.67º | 0.76% | 0.43% | - |
| XYZ | 7.46 | 9.87 | 15.98 | - |
| YUV | 77.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 109 | 0.76 | 0.11 | 0 | 0.57 | 188.67 | 0.61 | 0.26 |
| Hex | 1A | 61 | 6D | 4C | B | 0 | 39 | BD | 3D | 1A |
| Octal | 32 | 141 | 155 | 114 | 13 | 0 | 71 | 275 | 75 | 32 |
| Binary | 11010 | 1100001 | 1101101 | 1001100 | 1011 | 0 | 111001 | 10111101 | 111101 | 11010 |
Color Harmonies of #1A616D
Complementary color
Monochromatic Colors of #1A616D
Black with #1A616D
Text Example
Text Example
White with #1A616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A616D; }
p { color: rgb(26,97,109); }
H1.HeaderClassName
{
color: #1A616D;
}
.AnyTagClassName
{
color: #1A616D;
}
</style>
background-color css
<style>
a { background-color: #1A616D; }
a { background-color: rgb(26,97,109); }
div.DivClassName
{
background-color: #1A616D;
}
.BgClassName
{
background-color: #1A616D;
}
</style>
border-color css
<style>
span { border-color: #1A616D; }
span { border-color: rgb(26,97,109); }
td.TdClassName
{
border-color: #1A616D;
}
.TagClassName
{
border-color: #1A616D;
}
</style>