#1E8392

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

Shades of Java #1E8392

Tints of Java #1E8392

Color information

#1E8392 (or 0x1E8392) is unknown color: approx Java. HEX triplet: 1E, 83 and 92. RGB value is (30,131,146). Sum of RGB (Red+Green+Blue) = 30+131+146=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8392 is #E17C6D. Grayscale: #666666. Windows color (decimal): -14777454 or 9601822. OLE color: 9601822.

HSL color Cylindrical-coordinate representation of color #1E8392: hue angle of 187.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8392 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB30131146-
CMYK0.790.1000.43
HSL187.76º65.91%34.51%-
HSV(B)187.76º79.45%57.25%-
XYZ13.8418.5830.05-
YUV102.51152.5476.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=9.77%
G=42.67%
B=47.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal301311460.790.1000.43187.7665.9134.51
Hex1E83924FA02Bbc4223
Octal362032221171205327410243
Binary111101000001110010010100111110100101011101111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,146); }

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

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

 a { background-color: rgb(30,131,146); }

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

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

 span { border-color: rgb(30,131,146); }

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