Shades of Orient #1E5478
Tints of Orient #1E5478
RGB
CMYK
RGB Variations
Color information
#1E5478 (or 0x1E5478) is known color: Orient. HEX triplet: 1E, 54 and 78. RGB value is (30,84,120). Sum of RGB (Red+Green+Blue) = 30+84+120=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5478 is #E1AB87. Grayscale: #474747. Windows color (decimal): -14789512 or 7885854. OLE color: 7885854.
HSL color Cylindrical-coordinate representation of color #1E5478: hue angle of 204º 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 #1E5478 is Cyan = 0.75, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 84 | 120 | - |
| CMYK | 0.75 | 0.3 | 0 | 0.53 |
| HSL | 204º | 0.6% | 0.29% | - |
| HSV(B) | 204º | 0.75% | 0.47% | - |
| XYZ | 7.1 | 7.97 | 18.93 | - |
| YUV | 71.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 120 | 0.75 | 0.3 | 0 | 0.53 | 204 | 0.6 | 0.29 |
| Hex | 1E | 54 | 78 | 4B | 1E | 0 | 35 | CC | 3C | 1D |
| Octal | 36 | 124 | 170 | 113 | 36 | 0 | 65 | 314 | 74 | 35 |
| Binary | 11110 | 1010100 | 1111000 | 1001011 | 11110 | 0 | 110101 | 11001100 | 111100 | 11101 |
Color Harmonies of #1E5478
Complementary color
Monochromatic Colors of #1E5478
Black with #1E5478
Text Example
Text Example
White with #1E5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5478; }
p { color: rgb(30,84,120); }
H1.HeaderClassName
{
color: #1E5478;
}
.AnyTagClassName
{
color: #1E5478;
}
</style>
background-color css
<style>
a { background-color: #1E5478; }
a { background-color: rgb(30,84,120); }
div.DivClassName
{
background-color: #1E5478;
}
.BgClassName
{
background-color: #1E5478;
}
</style>
border-color css
<style>
span { border-color: #1E5478; }
span { border-color: rgb(30,84,120); }
td.TdClassName
{
border-color: #1E5478;
}
.TagClassName
{
border-color: #1E5478;
}
</style>