#1E94A0

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

Shades of Java #1E94A0

Tints of Java #1E94A0

Color information

#1E94A0 (or 0x1E94A0) is unknown color: approx Java. HEX triplet: 1E, 94 and A0. RGB value is (30,148,160). Sum of RGB (Red+Green+Blue) = 30+148+160=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E94A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E94A0 is #E16B5F. Grayscale: #717171. Windows color (decimal): -14773088 or 10523678. OLE color: 10523678.

HSL color Cylindrical-coordinate representation of color #1E94A0: hue angle of 185.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E94A0 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB30148160-
CMYK0.810.0700.37
HSL185.54º68.42%37.25%-
HSV(B)185.54º81.25%62.75%-
XYZ17.4723.9936.97-
YUV114.09153.9168.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=8.88%
G=43.79%
B=47.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301481600.810.0700.37185.5468.4237.25
Hex1E94A0517025ba4425
Octal36224240121704527210445
Binary11110100101001010000010100011110100101101110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E94A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,148,160); }

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

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

 a { background-color: rgb(30,148,160); }

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

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

 span { border-color: rgb(30,148,160); }

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