#1E587A

Color #1E587A Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1E587A

Tints of Orient #1E587A

Color information

#1E587A (or 0x1E587A) is unknown color: approx Orient. HEX triplet: 1E, 58 and 7A. RGB value is (30,88,122). Sum of RGB (Red+Green+Blue) = 30+88+122=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E587A is #E1A785. Grayscale: #4A4A4A. Windows color (decimal): -14788486 or 8017950. OLE color: 8017950.

HSL color Cylindrical-coordinate representation of color #1E587A: hue angle of 202.17º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E587A is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3088122-
CMYK0.750.2800.52
HSL202.17º60.53%29.8%-
HSV(B)202.17º75.41%47.84%-
XYZ7.548.6619.69-
YUV74.53154.7896.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=12.5%
G=36.67%
B=50.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30881220.750.2800.52202.1760.5329.8
Hex1E587A4B1C034ca3d1e
Octal36130172113340643127536
Binary111101011000111101010010111110001101001100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E587A; }

 p { color: rgb(30,88,122); }

 H1.HeaderClassName
 {
   color: #1E587A;
 }
 .AnyTagClassName
 {
   color: #1E587A;
 }
</style>
background-color css

<style>
 a { background-color: #1E587A; }

 a { background-color: rgb(30,88,122); }

 div.DivClassName
 {
   background-color: #1E587A;
 }
 .BgClassName
 {
   background-color: #1E587A;
 }
</style>
border-color css

<style>
 span { border-color: #1E587A; }

 span { border-color: rgb(30,88,122); }

 td.TdClassName
 {
   border-color: #1E587A;
 }
 .TagClassName
 {
   border-color: #1E587A;
 }
</style>