Shades of Orient #1E5A67
Tints of Orient #1E5A67
RGB
CMYK
RGB Variations
Color information
#1E5A67 (or 0x1E5A67) is known color: Orient. HEX triplet: 1E, 5A and 67. RGB value is (30,90,103). Sum of RGB (Red+Green+Blue) = 30+90+103=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A67 is #E1A598. Grayscale: #494949. Windows color (decimal): -14787993 or 6773278. OLE color: 6773278.
HSL color Cylindrical-coordinate representation of color #1E5A67: hue angle of 190.68º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E5A67 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 90 | 103 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.60 |
| HSL | 190.68º | 0.55% | 0.26% | - |
| HSV(B) | 190.68º | 0.71% | 0.4% | - |
| XYZ | 6.64 | 8.57 | 14.14 | - |
| YUV | 73.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 103 | 0.71 | 0.13 | 0 | 0.60 | 190.68 | 0.55 | 0.26 |
| Hex | 1E | 5A | 67 | 47 | D | 0 | 3C | BF | 37 | 1A |
| Octal | 36 | 132 | 147 | 107 | 15 | 0 | 74 | 277 | 67 | 32 |
| Binary | 11110 | 1011010 | 1100111 | 1000111 | 1101 | 0 | 111100 | 10111111 | 110111 | 11010 |
Color Harmonies of #1E5A67
Complementary color
Monochromatic Colors of #1E5A67
Black with #1E5A67
Text Example
Text Example
White with #1E5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A67; }
p { color: rgb(30,90,103); }
H1.HeaderClassName
{
color: #1E5A67;
}
.AnyTagClassName
{
color: #1E5A67;
}
</style>
background-color css
<style>
a { background-color: #1E5A67; }
a { background-color: rgb(30,90,103); }
div.DivClassName
{
background-color: #1E5A67;
}
.BgClassName
{
background-color: #1E5A67;
}
</style>
border-color css
<style>
span { border-color: #1E5A67; }
span { border-color: rgb(30,90,103); }
td.TdClassName
{
border-color: #1E5A67;
}
.TagClassName
{
border-color: #1E5A67;
}
</style>