Shades of Orient #1E5979
Tints of Orient #1E5979
RGB
CMYK
RGB Variations
Color information
#1E5979 (or 0x1E5979) is known color: Orient. HEX triplet: 1E, 59 and 79. RGB value is (30,89,121). Sum of RGB (Red+Green+Blue) = 30+89+121=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5979 is #E1A686. Grayscale: #4A4A4A. Windows color (decimal): -14788231 or 7952670. OLE color: 7952670.
HSL color Cylindrical-coordinate representation of color #1E5979: hue angle of 201.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5979 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 89 | 121 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.53 |
| HSL | 201.1º | 0.6% | 0.3% | - |
| HSV(B) | 201.1º | 0.75% | 0.47% | - |
| XYZ | 7.56 | 8.8 | 19.39 | - |
| YUV | 75.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 121 | 0.75 | 0.26 | 0 | 0.53 | 201.1 | 0.6 | 0.3 |
| Hex | 1E | 59 | 79 | 4B | 1A | 0 | 35 | C9 | 3C | 1E |
| Octal | 36 | 131 | 171 | 113 | 32 | 0 | 65 | 311 | 74 | 36 |
| Binary | 11110 | 1011001 | 1111001 | 1001011 | 11010 | 0 | 110101 | 11001001 | 111100 | 11110 |
Color Harmonies of #1E5979
Complementary color
Monochromatic Colors of #1E5979
Black with #1E5979
Text Example
Text Example
White with #1E5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5979; }
p { color: rgb(30,89,121); }
H1.HeaderClassName
{
color: #1E5979;
}
.AnyTagClassName
{
color: #1E5979;
}
</style>
background-color css
<style>
a { background-color: #1E5979; }
a { background-color: rgb(30,89,121); }
div.DivClassName
{
background-color: #1E5979;
}
.BgClassName
{
background-color: #1E5979;
}
</style>
border-color css
<style>
span { border-color: #1E5979; }
span { border-color: rgb(30,89,121); }
td.TdClassName
{
border-color: #1E5979;
}
.TagClassName
{
border-color: #1E5979;
}
</style>