Html Css Color HEX #1E909D Java

📋 copy color: '#1E909D'

red 30 ◦ green 144 ◦ blue 157

#1E909D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1E909D

Tints of Java #1E909D

RGB

 RED value IS 30 (12.11% from 255) = 9.06%

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 9.06%
G = 43.5%
B = 47.43%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E909D (or 0x1E909D) is known color: Java. HEX triplet: 1E, 90 and 9D. RGB value is (30,144,157). Sum of RGB (Red+Green+Blue) = 30+144+157=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E909D is #E16F62. Grayscale: #6F6F6F. Windows color (decimal): -14774115 or 10326046. OLE color: 10326046.

HSL color Cylindrical-coordinate representation of color #1E909D: hue angle of 186.14º 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 #1E909D is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 144 157 -
CMYK 0.81 0.08 0 0.38
HSL 186.14º 0.68% 0.37% -
HSV(B) 186.14º 0.81% 0.62% -
XYZ 16.59 22.66 35.4 -
YUV 111.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 30 144 157 0.81 0.08 0 0.38 186.14 0.68 0.37
Hex 1E 90 9D 51 8 0 26 BA 44 25
Octal 36 220 235 121 10 0 46 272 104 45
Binary 11110 10010000 10011101 1010001 1000 0 100110 10111010 1000100 100101

Color Harmonies of #1E909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E909D

Black with #1E909D

Text Example


Text Example

White with #1E909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E909D;
 }
 .AnyTagClassName
 {
   color: #1E909D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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