#1E5C77

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

Shades of Orient #1E5C77

Tints of Orient #1E5C77

Color information

#1E5C77 (or 0x1E5C77) is unknown color: approx Orient. HEX triplet: 1E, 5C and 77. RGB value is (30,92,119). Sum of RGB (Red+Green+Blue) = 30+92+119=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C77 is #E1A388. Grayscale: #4C4C4C. Windows color (decimal): -14787465 or 7822366. OLE color: 7822366.

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

Color convert

RGB3092119-
CMYK0.750.2300.53
HSL198.2º59.73%29.22%-
HSV(B)198.2º74.79%46.67%-
XYZ7.699.2618.84-
YUV76.54151.9694.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=12.45%
G=38.17%
B=49.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30921190.750.2300.53198.259.7329.22
Hex1E5C774B17035c63c1d
Octal36134167113270653067435
Binary111101011100111011110010111011101101011100011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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