#1E577A

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

Shades of Orient #1E577A

Tints of Orient #1E577A

Color information

#1E577A (or 0x1E577A) is unknown color: approx Orient. HEX triplet: 1E, 57 and 7A. RGB value is (30,87,122). Sum of RGB (Red+Green+Blue) = 30+87+122=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E577A is #E1A885. Grayscale: #494949. Windows color (decimal): -14788742 or 8017694. OLE color: 8017694.

HSL color Cylindrical-coordinate representation of color #1E577A: hue angle of 202.83º 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 #1E577A is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3087122-
CMYK0.750.2900.52
HSL202.83º60.53%29.8%-
HSV(B)202.83º75.41%47.84%-
XYZ7.468.519.66-
YUV73.95155.1296.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=12.55%
G=36.40%
B=51.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30871220.750.2900.52202.8360.5329.8
Hex1E577A4B1D034cb3d1e
Octal36127172113350643137536
Binary111101010111111101010010111110101101001100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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