Shades of Orient #1E5577
Tints of Orient #1E5577
RGB
CMYK
RGB Variations
Color information
#1E5577 (or 0x1E5577) is known color: Orient. HEX triplet: 1E, 55 and 77. RGB value is (30,85,119). Sum of RGB (Red+Green+Blue) = 30+85+119=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5577 is #E1AA88. Grayscale: #484848. Windows color (decimal): -14789257 or 7820574. OLE color: 7820574.
HSL color Cylindrical-coordinate representation of color #1E5577: hue angle of 202.92º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5577 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 85 | 119 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.53 |
| HSL | 202.92º | 0.6% | 0.29% | - |
| HSV(B) | 202.92º | 0.75% | 0.47% | - |
| XYZ | 7.11 | 8.1 | 18.64 | - |
| YUV | 72.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 119 | 0.75 | 0.29 | 0 | 0.53 | 202.92 | 0.6 | 0.29 |
| Hex | 1E | 55 | 77 | 4B | 1D | 0 | 35 | CB | 3C | 1D |
| Octal | 36 | 125 | 167 | 113 | 35 | 0 | 65 | 313 | 74 | 35 |
| Binary | 11110 | 1010101 | 1110111 | 1001011 | 11101 | 0 | 110101 | 11001011 | 111100 | 11101 |
Color Harmonies of #1E5577
Complementary color
Monochromatic Colors of #1E5577
Black with #1E5577
Text Example
Text Example
White with #1E5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5577; }
p { color: rgb(30,85,119); }
H1.HeaderClassName
{
color: #1E5577;
}
.AnyTagClassName
{
color: #1E5577;
}
</style>
background-color css
<style>
a { background-color: #1E5577; }
a { background-color: rgb(30,85,119); }
div.DivClassName
{
background-color: #1E5577;
}
.BgClassName
{
background-color: #1E5577;
}
</style>
border-color css
<style>
span { border-color: #1E5577; }
span { border-color: rgb(30,85,119); }
td.TdClassName
{
border-color: #1E5577;
}
.TagClassName
{
border-color: #1E5577;
}
</style>