Shades of Allports #1E6F75
Tints of Allports #1E6F75
RGB
CMYK
RGB Variations
Color information
#1E6F75 (or 0x1E6F75) is known color: Allports. HEX triplet: 1E, 6F and 75. RGB value is (30,111,117). Sum of RGB (Red+Green+Blue) = 30+111+117=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E6F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F75 is #E1908A. Grayscale: #575757. Windows color (decimal): -14782603 or 7696158. OLE color: 7696158.
HSL color Cylindrical-coordinate representation of color #1E6F75: hue angle of 184.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6F75 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 111 | 117 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.54 |
| HSL | 184.14º | 0.59% | 0.29% | - |
| HSV(B) | 184.14º | 0.74% | 0.46% | - |
| XYZ | 9.43 | 12.93 | 18.83 | - |
| YUV | 87.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 117 | 0.74 | 0.05 | 0 | 0.54 | 184.14 | 0.59 | 0.29 |
| Hex | 1E | 6F | 75 | 4A | 5 | 0 | 36 | B8 | 3B | 1D |
| Octal | 36 | 157 | 165 | 112 | 5 | 0 | 66 | 270 | 73 | 35 |
| Binary | 11110 | 1101111 | 1110101 | 1001010 | 101 | 0 | 110110 | 10111000 | 111011 | 11101 |
Color Harmonies of #1E6F75
Complementary color
Monochromatic Colors of #1E6F75
Black with #1E6F75
Text Example
Text Example
White with #1E6F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F75; }
p { color: rgb(30,111,117); }
H1.HeaderClassName
{
color: #1E6F75;
}
.AnyTagClassName
{
color: #1E6F75;
}
</style>
background-color css
<style>
a { background-color: #1E6F75; }
a { background-color: rgb(30,111,117); }
div.DivClassName
{
background-color: #1E6F75;
}
.BgClassName
{
background-color: #1E6F75;
}
</style>
border-color css
<style>
span { border-color: #1E6F75; }
span { border-color: rgb(30,111,117); }
td.TdClassName
{
border-color: #1E6F75;
}
.TagClassName
{
border-color: #1E6F75;
}
</style>