Shades of Allports #1E758C
Tints of Allports #1E758C
RGB
CMYK
RGB Variations
Color information
#1E758C (or 0x1E758C) is known color: Allports. HEX triplet: 1E, 75 and 8C. RGB value is (30,117,140). Sum of RGB (Red+Green+Blue) = 30+117+140=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E758C is #E18A73. Grayscale: #5D5D5D. Windows color (decimal): -14781044 or 9205022. OLE color: 9205022.
HSL color Cylindrical-coordinate representation of color #1E758C: hue angle of 192.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E758C is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 117 | 140 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.45 |
| HSL | 192.55º | 0.65% | 0.33% | - |
| HSV(B) | 192.55º | 0.79% | 0.55% | - |
| XYZ | 11.63 | 14.89 | 27.07 | - |
| YUV | 93.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 140 | 0.79 | 0.16 | 0 | 0.45 | 192.55 | 0.65 | 0.33 |
| Hex | 1E | 75 | 8C | 4F | 10 | 0 | 2D | C1 | 41 | 21 |
| Octal | 36 | 165 | 214 | 117 | 20 | 0 | 55 | 301 | 101 | 41 |
| Binary | 11110 | 1110101 | 10001100 | 1001111 | 10000 | 0 | 101101 | 11000001 | 1000001 | 100001 |
Color Harmonies of #1E758C
Complementary color
Monochromatic Colors of #1E758C
Black with #1E758C
Text Example
Text Example
White with #1E758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E758C; }
p { color: rgb(30,117,140); }
H1.HeaderClassName
{
color: #1E758C;
}
.AnyTagClassName
{
color: #1E758C;
}
</style>
background-color css
<style>
a { background-color: #1E758C; }
a { background-color: rgb(30,117,140); }
div.DivClassName
{
background-color: #1E758C;
}
.BgClassName
{
background-color: #1E758C;
}
</style>
border-color css
<style>
span { border-color: #1E758C; }
span { border-color: rgb(30,117,140); }
td.TdClassName
{
border-color: #1E758C;
}
.TagClassName
{
border-color: #1E758C;
}
</style>