#1E5377

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

Shades of Orient #1E5377

Tints of Orient #1E5377

Color information

#1E5377 (or 0x1E5377) is unknown color: approx Orient. HEX triplet: 1E, 53 and 77. RGB value is (30,83,119). Sum of RGB (Red+Green+Blue) = 30+83+119=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5377 is #E1AC88. Grayscale: #474747. Windows color (decimal): -14789769 or 7820062. OLE color: 7820062.

HSL color Cylindrical-coordinate representation of color #1E5377: hue angle of 204.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5377 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3083119-
CMYK0.750.3000.53
HSL204.27º59.73%29.22%-
HSV(B)204.27º74.79%46.67%-
XYZ6.967.7918.59-
YUV71.26154.9498.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=12.93%
G=35.78%
B=51.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30831190.750.3000.53204.2759.7329.22
Hex1E53774B1E035cc3c1d
Octal36123167113360653147435
Binary111101010011111011110010111111001101011100110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,119); }

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

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

 a { background-color: rgb(30,83,119); }

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

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

 span { border-color: rgb(30,83,119); }

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