Shades of Orient #1E5B75
Tints of Orient #1E5B75
RGB
CMYK
RGB Variations
Color information
#1E5B75 (or 0x1E5B75) is known color: Orient. HEX triplet: 1E, 5B and 75. RGB value is (30,91,117). Sum of RGB (Red+Green+Blue) = 30+91+117=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B75 is #E1A48A. Grayscale: #4B4B4B. Windows color (decimal): -14787723 or 7691038. OLE color: 7691038.
HSL color Cylindrical-coordinate representation of color #1E5B75: hue angle of 197.93º 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 #1E5B75 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 91 | 117 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.54 |
| HSL | 197.93º | 0.59% | 0.29% | - |
| HSV(B) | 197.93º | 0.74% | 0.46% | - |
| XYZ | 7.49 | 9.04 | 18.18 | - |
| YUV | 75.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 117 | 0.74 | 0.22 | 0 | 0.54 | 197.93 | 0.59 | 0.29 |
| Hex | 1E | 5B | 75 | 4A | 16 | 0 | 36 | C6 | 3B | 1D |
| Octal | 36 | 133 | 165 | 112 | 26 | 0 | 66 | 306 | 73 | 35 |
| Binary | 11110 | 1011011 | 1110101 | 1001010 | 10110 | 0 | 110110 | 11000110 | 111011 | 11101 |
Color Harmonies of #1E5B75
Complementary color
Monochromatic Colors of #1E5B75
Black with #1E5B75
Text Example
Text Example
White with #1E5B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5B75; }
p { color: rgb(30,91,117); }
H1.HeaderClassName
{
color: #1E5B75;
}
.AnyTagClassName
{
color: #1E5B75;
}
</style>
background-color css
<style>
a { background-color: #1E5B75; }
a { background-color: rgb(30,91,117); }
div.DivClassName
{
background-color: #1E5B75;
}
.BgClassName
{
background-color: #1E5B75;
}
</style>
border-color css
<style>
span { border-color: #1E5B75; }
span { border-color: rgb(30,91,117); }
td.TdClassName
{
border-color: #1E5B75;
}
.TagClassName
{
border-color: #1E5B75;
}
</style>