Shades of Orient #1E576C
Tints of Orient #1E576C
RGB
CMYK
RGB Variations
Color information
#1E576C (or 0x1E576C) is known color: Orient. HEX triplet: 1E, 57 and 6C. RGB value is (30,87,108). Sum of RGB (Red+Green+Blue) = 30+87+108=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E576C is #E1A893. Grayscale: #484848. Windows color (decimal): -14788756 or 7100190. OLE color: 7100190.
HSL color Cylindrical-coordinate representation of color #1E576C: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E576C is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 87 | 108 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.58 |
| HSL | 196.15º | 0.57% | 0.27% | - |
| HSV(B) | 196.15º | 0.72% | 0.42% | - |
| XYZ | 6.65 | 8.18 | 15.41 | - |
| YUV | 72.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 108 | 0.72 | 0.19 | 0 | 0.58 | 196.15 | 0.57 | 0.27 |
| Hex | 1E | 57 | 6C | 48 | 13 | 0 | 3A | C4 | 39 | 1B |
| Octal | 36 | 127 | 154 | 110 | 23 | 0 | 72 | 304 | 71 | 33 |
| Binary | 11110 | 1010111 | 1101100 | 1001000 | 10011 | 0 | 111010 | 11000100 | 111001 | 11011 |
Color Harmonies of #1E576C
Complementary color
Monochromatic Colors of #1E576C
Black with #1E576C
Text Example
Text Example
White with #1E576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E576C; }
p { color: rgb(30,87,108); }
H1.HeaderClassName
{
color: #1E576C;
}
.AnyTagClassName
{
color: #1E576C;
}
</style>
background-color css
<style>
a { background-color: #1E576C; }
a { background-color: rgb(30,87,108); }
div.DivClassName
{
background-color: #1E576C;
}
.BgClassName
{
background-color: #1E576C;
}
</style>
border-color css
<style>
span { border-color: #1E576C; }
span { border-color: rgb(30,87,108); }
td.TdClassName
{
border-color: #1E576C;
}
.TagClassName
{
border-color: #1E576C;
}
</style>