Shades of Allports #1E686F
Tints of Allports #1E686F
RGB
CMYK
RGB Variations
Color information
#1E686F (or 0x1E686F) is known color: Allports. HEX triplet: 1E, 68 and 6F. RGB value is (30,104,111). Sum of RGB (Red+Green+Blue) = 30+104+111=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E686F is #E19790. Grayscale: #525252. Windows color (decimal): -14784401 or 7301150. OLE color: 7301150.
HSL color Cylindrical-coordinate representation of color #1E686F: hue angle of 185.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E686F is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 104 | 111 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.56 |
| HSL | 185.19º | 0.57% | 0.28% | - |
| HSV(B) | 185.19º | 0.73% | 0.44% | - |
| XYZ | 8.35 | 11.32 | 16.78 | - |
| YUV | 82.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 111 | 0.73 | 0.06 | 0 | 0.56 | 185.19 | 0.57 | 0.28 |
| Hex | 1E | 68 | 6F | 49 | 6 | 0 | 38 | B9 | 39 | 1C |
| Octal | 36 | 150 | 157 | 111 | 6 | 0 | 70 | 271 | 71 | 34 |
| Binary | 11110 | 1101000 | 1101111 | 1001001 | 110 | 0 | 111000 | 10111001 | 111001 | 11100 |
Color Harmonies of #1E686F
Complementary color
Monochromatic Colors of #1E686F
Black with #1E686F
Text Example
Text Example
White with #1E686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E686F; }
p { color: rgb(30,104,111); }
H1.HeaderClassName
{
color: #1E686F;
}
.AnyTagClassName
{
color: #1E686F;
}
</style>
background-color css
<style>
a { background-color: #1E686F; }
a { background-color: rgb(30,104,111); }
div.DivClassName
{
background-color: #1E686F;
}
.BgClassName
{
background-color: #1E686F;
}
</style>
border-color css
<style>
span { border-color: #1E686F; }
span { border-color: rgb(30,104,111); }
td.TdClassName
{
border-color: #1E686F;
}
.TagClassName
{
border-color: #1E686F;
}
</style>