Shades of Orient #1E5C75
Tints of Orient #1E5C75
RGB
CMYK
RGB Variations
Color information
#1E5C75 (or 0x1E5C75) is known color: Orient. HEX triplet: 1E, 5C and 75. RGB value is (30,92,117). Sum of RGB (Red+Green+Blue) = 30+92+117=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C75 is #E1A38A. Grayscale: #4C4C4C. Windows color (decimal): -14787467 or 7691294. OLE color: 7691294.
HSL color Cylindrical-coordinate representation of color #1E5C75: hue angle of 197.24º 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 #1E5C75 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 92 | 117 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.54 |
| HSL | 197.24º | 0.59% | 0.29% | - |
| HSV(B) | 197.24º | 0.74% | 0.46% | - |
| XYZ | 7.57 | 9.21 | 18.21 | - |
| YUV | 76.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 117 | 0.74 | 0.21 | 0 | 0.54 | 197.24 | 0.59 | 0.29 |
| Hex | 1E | 5C | 75 | 4A | 15 | 0 | 36 | C5 | 3B | 1D |
| Octal | 36 | 134 | 165 | 112 | 25 | 0 | 66 | 305 | 73 | 35 |
| Binary | 11110 | 1011100 | 1110101 | 1001010 | 10101 | 0 | 110110 | 11000101 | 111011 | 11101 |
Color Harmonies of #1E5C75
Complementary color
Monochromatic Colors of #1E5C75
Black with #1E5C75
Text Example
Text Example
White with #1E5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C75; }
p { color: rgb(30,92,117); }
H1.HeaderClassName
{
color: #1E5C75;
}
.AnyTagClassName
{
color: #1E5C75;
}
</style>
background-color css
<style>
a { background-color: #1E5C75; }
a { background-color: rgb(30,92,117); }
div.DivClassName
{
background-color: #1E5C75;
}
.BgClassName
{
background-color: #1E5C75;
}
</style>
border-color css
<style>
span { border-color: #1E5C75; }
span { border-color: rgb(30,92,117); }
td.TdClassName
{
border-color: #1E5C75;
}
.TagClassName
{
border-color: #1E5C75;
}
</style>