#1E96A3

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

Shades of Java #1E96A3

Tints of Java #1E96A3

Color information

#1E96A3 (or 0x1E96A3) is unknown color: approx Java. HEX triplet: 1E, 96 and A3. RGB value is (30,150,163). Sum of RGB (Red+Green+Blue) = 30+150+163=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #1E96A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E96A3 is #E1695C. Grayscale: #737373. Windows color (decimal): -14772573 or 10720798. OLE color: 10720798.

HSL color Cylindrical-coordinate representation of color #1E96A3: hue angle of 185.86º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E96A3 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB30150163-
CMYK0.820.0800.36
HSL185.86º68.91%37.84%-
HSV(B)185.86º81.6%63.92%-
XYZ18.0524.7338.47-
YUV115.6154.7466.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 163 (64.06% from 255) = 47.52%
R=8.75%
G=43.73%
B=47.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301501630.820.0800.36185.8668.9137.84
Hex1E96A3528024ba4526
Octal362262431221004427210546
Binary111101001011010100011101001010000100100101110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E96A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,150,163); }

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

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

 a { background-color: rgb(30,150,163); }

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

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

 span { border-color: rgb(30,150,163); }

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