#1E8D9D

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

Shades of Java #1E8D9D

Tints of Java #1E8D9D

Color information

#1E8D9D (or 0x1E8D9D) is unknown color: approx Java. HEX triplet: 1E, 8D and 9D. RGB value is (30,141,157). Sum of RGB (Red+Green+Blue) = 30+141+157=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E8D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8D9D is #E17262. Grayscale: #6D6D6D. Windows color (decimal): -14774883 or 10325278. OLE color: 10325278.

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

Color convert

RGB30141157-
CMYK0.810.1000.38
HSL187.56º67.91%36.67%-
HSV(B)187.56º80.89%61.57%-
XYZ16.1521.7635.25-
YUV109.64154.7371.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.15%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=9.15%
G=42.99%
B=47.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301411570.810.1000.38187.5667.9136.67
Hex1E8D9D51A026bc4425
Octal362152351211204627410445
Binary111101000110110011101101000110100100110101111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,141,157); }

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

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

 a { background-color: rgb(30,141,157); }

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

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

 span { border-color: rgb(30,141,157); }

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