Shades of Orient #1E5A75
Tints of Orient #1E5A75
RGB
CMYK
RGB Variations
Color information
#1E5A75 (or 0x1E5A75) is known color: Orient. HEX triplet: 1E, 5A and 75. RGB value is (30,90,117). Sum of RGB (Red+Green+Blue) = 30+90+117=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A75 is #E1A58A. Grayscale: #4A4A4A. Windows color (decimal): -14787979 or 7690782. OLE color: 7690782.
HSL color Cylindrical-coordinate representation of color #1E5A75: hue angle of 198.62º 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 #1E5A75 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 90 | 117 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.54 |
| HSL | 198.62º | 0.59% | 0.29% | - |
| HSV(B) | 198.62º | 0.74% | 0.46% | - |
| XYZ | 7.4 | 8.87 | 18.15 | - |
| YUV | 75.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 117 | 0.74 | 0.23 | 0 | 0.54 | 198.62 | 0.59 | 0.29 |
| Hex | 1E | 5A | 75 | 4A | 17 | 0 | 36 | C7 | 3B | 1D |
| Octal | 36 | 132 | 165 | 112 | 27 | 0 | 66 | 307 | 73 | 35 |
| Binary | 11110 | 1011010 | 1110101 | 1001010 | 10111 | 0 | 110110 | 11000111 | 111011 | 11101 |
Color Harmonies of #1E5A75
Complementary color
Monochromatic Colors of #1E5A75
Black with #1E5A75
Text Example
Text Example
White with #1E5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A75; }
p { color: rgb(30,90,117); }
H1.HeaderClassName
{
color: #1E5A75;
}
.AnyTagClassName
{
color: #1E5A75;
}
</style>
background-color css
<style>
a { background-color: #1E5A75; }
a { background-color: rgb(30,90,117); }
div.DivClassName
{
background-color: #1E5A75;
}
.BgClassName
{
background-color: #1E5A75;
}
</style>
border-color css
<style>
span { border-color: #1E5A75; }
span { border-color: rgb(30,90,117); }
td.TdClassName
{
border-color: #1E5A75;
}
.TagClassName
{
border-color: #1E5A75;
}
</style>