Shades of Orient #1E5678
Tints of Orient #1E5678
RGB
CMYK
RGB Variations
Color information
#1E5678 (or 0x1E5678) is known color: Orient. HEX triplet: 1E, 56 and 78. RGB value is (30,86,120). Sum of RGB (Red+Green+Blue) = 30+86+120=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5678 is #E1A987. Grayscale: #484848. Windows color (decimal): -14789000 or 7886366. OLE color: 7886366.
HSL color Cylindrical-coordinate representation of color #1E5678: hue angle of 202.67º 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 #1E5678 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 86 | 120 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.53 |
| HSL | 202.67º | 0.6% | 0.29% | - |
| HSV(B) | 202.67º | 0.75% | 0.47% | - |
| XYZ | 7.25 | 8.29 | 18.99 | - |
| YUV | 73.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 120 | 0.75 | 0.28 | 0 | 0.53 | 202.67 | 0.6 | 0.29 |
| Hex | 1E | 56 | 78 | 4B | 1C | 0 | 35 | CB | 3C | 1D |
| Octal | 36 | 126 | 170 | 113 | 34 | 0 | 65 | 313 | 74 | 35 |
| Binary | 11110 | 1010110 | 1111000 | 1001011 | 11100 | 0 | 110101 | 11001011 | 111100 | 11101 |
Color Harmonies of #1E5678
Complementary color
Monochromatic Colors of #1E5678
Black with #1E5678
Text Example
Text Example
White with #1E5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5678; }
p { color: rgb(30,86,120); }
H1.HeaderClassName
{
color: #1E5678;
}
.AnyTagClassName
{
color: #1E5678;
}
</style>
background-color css
<style>
a { background-color: #1E5678; }
a { background-color: rgb(30,86,120); }
div.DivClassName
{
background-color: #1E5678;
}
.BgClassName
{
background-color: #1E5678;
}
</style>
border-color css
<style>
span { border-color: #1E5678; }
span { border-color: rgb(30,86,120); }
td.TdClassName
{
border-color: #1E5678;
}
.TagClassName
{
border-color: #1E5678;
}
</style>