Shades of Orient #1E5D6E
Tints of Orient #1E5D6E
RGB
CMYK
RGB Variations
Color information
#1E5D6E (or 0x1E5D6E) is known color: Orient. HEX triplet: 1E, 5D and 6E. RGB value is (30,93,110). Sum of RGB (Red+Green+Blue) = 30+93+110=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E5D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D6E is #E1A291. Grayscale: #4B4B4B. Windows color (decimal): -14787218 or 7232798. OLE color: 7232798.
HSL color Cylindrical-coordinate representation of color #1E5D6E: hue angle of 192.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E5D6E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 93 | 110 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.57 |
| HSL | 192.75º | 0.57% | 0.27% | - |
| HSV(B) | 192.75º | 0.73% | 0.43% | - |
| XYZ | 7.26 | 9.23 | 16.15 | - |
| YUV | 76.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 110 | 0.73 | 0.15 | 0 | 0.57 | 192.75 | 0.57 | 0.27 |
| Hex | 1E | 5D | 6E | 49 | F | 0 | 39 | C1 | 39 | 1B |
| Octal | 36 | 135 | 156 | 111 | 17 | 0 | 71 | 301 | 71 | 33 |
| Binary | 11110 | 1011101 | 1101110 | 1001001 | 1111 | 0 | 111001 | 11000001 | 111001 | 11011 |
Color Harmonies of #1E5D6E
Complementary color
Monochromatic Colors of #1E5D6E
Black with #1E5D6E
Text Example
Text Example
White with #1E5D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5D6E; }
p { color: rgb(30,93,110); }
H1.HeaderClassName
{
color: #1E5D6E;
}
.AnyTagClassName
{
color: #1E5D6E;
}
</style>
background-color css
<style>
a { background-color: #1E5D6E; }
a { background-color: rgb(30,93,110); }
div.DivClassName
{
background-color: #1E5D6E;
}
.BgClassName
{
background-color: #1E5D6E;
}
</style>
border-color css
<style>
span { border-color: #1E5D6E; }
span { border-color: rgb(30,93,110); }
td.TdClassName
{
border-color: #1E5D6E;
}
.TagClassName
{
border-color: #1E5D6E;
}
</style>