Shades of Allports #1E768A
Tints of Allports #1E768A
RGB
CMYK
RGB Variations
Color information
#1E768A (or 0x1E768A) is known color: Allports. HEX triplet: 1E, 76 and 8A. RGB value is (30,118,138). Sum of RGB (Red+Green+Blue) = 30+118+138=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E768A is #E18975. Grayscale: #5D5D5D. Windows color (decimal): -14780790 or 9074206. OLE color: 9074206.
HSL color Cylindrical-coordinate representation of color #1E768A: hue angle of 191.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E768A is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 118 | 138 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.46 |
| HSL | 191.11º | 0.64% | 0.33% | - |
| HSV(B) | 191.11º | 0.78% | 0.54% | - |
| XYZ | 11.6 | 15.07 | 26.34 | - |
| YUV | 93.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 138 | 0.78 | 0.14 | 0 | 0.46 | 191.11 | 0.64 | 0.33 |
| Hex | 1E | 76 | 8A | 4E | E | 0 | 2E | BF | 40 | 21 |
| Octal | 36 | 166 | 212 | 116 | 16 | 0 | 56 | 277 | 100 | 41 |
| Binary | 11110 | 1110110 | 10001010 | 1001110 | 1110 | 0 | 101110 | 10111111 | 1000000 | 100001 |
Color Harmonies of #1E768A
Complementary color
Monochromatic Colors of #1E768A
Black with #1E768A
Text Example
Text Example
White with #1E768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E768A; }
p { color: rgb(30,118,138); }
H1.HeaderClassName
{
color: #1E768A;
}
.AnyTagClassName
{
color: #1E768A;
}
</style>
background-color css
<style>
a { background-color: #1E768A; }
a { background-color: rgb(30,118,138); }
div.DivClassName
{
background-color: #1E768A;
}
.BgClassName
{
background-color: #1E768A;
}
</style>
border-color css
<style>
span { border-color: #1E768A; }
span { border-color: rgb(30,118,138); }
td.TdClassName
{
border-color: #1E768A;
}
.TagClassName
{
border-color: #1E768A;
}
</style>