Shades of Allports #1E606D
Tints of Allports #1E606D
RGB
CMYK
RGB Variations
Color information
#1E606D (or 0x1E606D) is known color: Allports. HEX triplet: 1E, 60 and 6D. RGB value is (30,96,109). Sum of RGB (Red+Green+Blue) = 30+96+109=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E606D is #E19F92. Grayscale: #4D4D4D. Windows color (decimal): -14786451 or 7168030. OLE color: 7168030.
HSL color Cylindrical-coordinate representation of color #1E606D: hue angle of 189.87º 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 #1E606D is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 96 | 109 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.57 |
| HSL | 189.87º | 0.57% | 0.27% | - |
| HSV(B) | 189.87º | 0.72% | 0.43% | - |
| XYZ | 7.48 | 9.75 | 15.95 | - |
| YUV | 77.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 109 | 0.72 | 0.12 | 0 | 0.57 | 189.87 | 0.57 | 0.27 |
| Hex | 1E | 60 | 6D | 48 | C | 0 | 39 | BE | 39 | 1B |
| Octal | 36 | 140 | 155 | 110 | 14 | 0 | 71 | 276 | 71 | 33 |
| Binary | 11110 | 1100000 | 1101101 | 1001000 | 1100 | 0 | 111001 | 10111110 | 111001 | 11011 |
Color Harmonies of #1E606D
Complementary color
Monochromatic Colors of #1E606D
Black with #1E606D
Text Example
Text Example
White with #1E606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E606D; }
p { color: rgb(30,96,109); }
H1.HeaderClassName
{
color: #1E606D;
}
.AnyTagClassName
{
color: #1E606D;
}
</style>
background-color css
<style>
a { background-color: #1E606D; }
a { background-color: rgb(30,96,109); }
div.DivClassName
{
background-color: #1E606D;
}
.BgClassName
{
background-color: #1E606D;
}
</style>
border-color css
<style>
span { border-color: #1E606D; }
span { border-color: rgb(30,96,109); }
td.TdClassName
{
border-color: #1E606D;
}
.TagClassName
{
border-color: #1E606D;
}
</style>