#1e5d72

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

Shades of Orient #1E5D72

Tints of Orient #1E5D72

Color information

#1E5D72 (or 0x1E5D72) is unknown color: approx Orient. HEX triplet: 1E, 5D and 72. RGB value is (30,93,114). Sum of RGB (Red+Green+Blue) = 30+93+114=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E5D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D72 is #E1A28D. Grayscale: #4C4C4C. Windows color (decimal): -14787214 or 7494942. OLE color: 7494942.

HSL color Cylindrical-coordinate representation of color #1E5D72: hue angle of 195º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5D72 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3093114-
CMYK0.740.1800.55
HSL195º58.33%28.24%-
HSV(B)195º73.68%44.71%-
XYZ7.499.3217.32-
YUV76.56149.1394.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=12.66%
G=39.24%
B=48.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30931140.740.1800.5519558.3328.24
Hex1E5D724A12037c33a1c
Octal36135162112220673037234
Binary111101011101111001010010101001001101111100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e5d72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,114); }

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

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

 a { background-color: rgb(30,93,114); }

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

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

 span { border-color: rgb(30,93,114); }

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