Shades of Orient #1E6074
Tints of Orient #1E6074
RGB
CMYK
RGB Variations
Color information
#1E6074 (or 0x1E6074) is known color: Orient. HEX triplet: 1E, 60 and 74. RGB value is (30,96,116). Sum of RGB (Red+Green+Blue) = 30+96+116=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6074 is #E19F8B. Grayscale: #4E4E4E. Windows color (decimal): -14786444 or 7626782. OLE color: 7626782.
HSL color Cylindrical-coordinate representation of color #1E6074: hue angle of 193.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6074 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 96 | 116 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.55 |
| HSL | 193.95º | 0.59% | 0.29% | - |
| HSV(B) | 193.95º | 0.74% | 0.45% | - |
| XYZ | 7.87 | 9.9 | 18.02 | - |
| YUV | 78.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 116 | 0.74 | 0.17 | 0 | 0.55 | 193.95 | 0.59 | 0.29 |
| Hex | 1E | 60 | 74 | 4A | 11 | 0 | 37 | C2 | 3B | 1D |
| Octal | 36 | 140 | 164 | 112 | 21 | 0 | 67 | 302 | 73 | 35 |
| Binary | 11110 | 1100000 | 1110100 | 1001010 | 10001 | 0 | 110111 | 11000010 | 111011 | 11101 |
Color Harmonies of #1E6074
Complementary color
Monochromatic Colors of #1E6074
Black with #1E6074
Text Example
Text Example
White with #1E6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6074; }
p { color: rgb(30,96,116); }
H1.HeaderClassName
{
color: #1E6074;
}
.AnyTagClassName
{
color: #1E6074;
}
</style>
background-color css
<style>
a { background-color: #1E6074; }
a { background-color: rgb(30,96,116); }
div.DivClassName
{
background-color: #1E6074;
}
.BgClassName
{
background-color: #1E6074;
}
</style>
border-color css
<style>
span { border-color: #1E6074; }
span { border-color: rgb(30,96,116); }
td.TdClassName
{
border-color: #1E6074;
}
.TagClassName
{
border-color: #1E6074;
}
</style>