#1E5B75

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

Shades of Orient #1E5B75

Tints of Orient #1E5B75

Color information

#1E5B75 (or 0x1E5B75) is unknown color: approx Orient. HEX triplet: 1E, 5B and 75. RGB value is (30,91,117). Sum of RGB (Red+Green+Blue) = 30+91+117=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B75 is #E1A48A. Grayscale: #4B4B4B. Windows color (decimal): -14787723 or 7691038. OLE color: 7691038.

HSL color Cylindrical-coordinate representation of color #1E5B75: hue angle of 197.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5B75 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3091117-
CMYK0.740.2200.54
HSL197.93º59.18%28.82%-
HSV(B)197.93º74.36%45.88%-
XYZ7.499.0418.18-
YUV75.72151.2995.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=12.61%
G=38.24%
B=49.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30911170.740.2200.54197.9359.1828.82
Hex1E5B754A16036c63b1d
Octal36133165112260663067335
Binary111101011011111010110010101011001101101100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,117); }

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

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

 a { background-color: rgb(30,91,117); }

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

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

 span { border-color: rgb(30,91,117); }

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