Shades of Allports #1E646D
Tints of Allports #1E646D
RGB
CMYK
RGB Variations
Color information
#1E646D (or 0x1E646D) is known color: Allports. HEX triplet: 1E, 64 and 6D. RGB value is (30,100,109). Sum of RGB (Red+Green+Blue) = 30+100+109=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E646D is #E19B92. Grayscale: #4F4F4F. Windows color (decimal): -14785427 or 7169054. OLE color: 7169054.
HSL color Cylindrical-coordinate representation of color #1E646D: hue angle of 186.84º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E646D is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 100 | 109 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.57 |
| HSL | 186.84º | 0.57% | 0.27% | - |
| HSV(B) | 186.84º | 0.72% | 0.43% | - |
| XYZ | 7.85 | 10.49 | 16.08 | - |
| YUV | 80.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 109 | 0.72 | 0.08 | 0 | 0.57 | 186.84 | 0.57 | 0.27 |
| Hex | 1E | 64 | 6D | 48 | 8 | 0 | 39 | BB | 39 | 1B |
| Octal | 36 | 144 | 155 | 110 | 10 | 0 | 71 | 273 | 71 | 33 |
| Binary | 11110 | 1100100 | 1101101 | 1001000 | 1000 | 0 | 111001 | 10111011 | 111001 | 11011 |
Color Harmonies of #1E646D
Complementary color
Monochromatic Colors of #1E646D
Black with #1E646D
Text Example
Text Example
White with #1E646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E646D; }
p { color: rgb(30,100,109); }
H1.HeaderClassName
{
color: #1E646D;
}
.AnyTagClassName
{
color: #1E646D;
}
</style>
background-color css
<style>
a { background-color: #1E646D; }
a { background-color: rgb(30,100,109); }
div.DivClassName
{
background-color: #1E646D;
}
.BgClassName
{
background-color: #1E646D;
}
</style>
border-color css
<style>
span { border-color: #1E646D; }
span { border-color: rgb(30,100,109); }
td.TdClassName
{
border-color: #1E646D;
}
.TagClassName
{
border-color: #1E646D;
}
</style>