Html Css Color HEX #139392 Java

📋 copy color: '#139392'

red 19 ◦ green 147 ◦ blue 146

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

Shades of Java #139392

Tints of Java #139392

RGB

 RED value IS 19 (7.81% from 255) = 6.09%

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 6.09%
G = 47.12%
B = 46.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#139392 (or 0x139392) is known color: Java. HEX triplet: 13, 93 and 92. RGB value is (19,147,146). Sum of RGB (Red+Green+Blue) = 19+147+146=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #139392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139392 is #EC6C6D. Grayscale: #6C6C6C. Windows color (decimal): -15494254 or 9605907. OLE color: 9605907.

HSL color Cylindrical-coordinate representation of color #139392: hue angle of 179.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139392 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 146 -
CMYK 0.87 0 0.01 0.42
HSL 179.53º 0.77% 0.33% -
HSV(B) 179.53º 0.87% 0.58% -
XYZ 15.89 23.08 30.81 -
YUV 108.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 19 147 146 0.87 0 0.01 0.42 179.53 0.77 0.33
Hex 13 93 92 57 0 1 2A B4 4D 21
Octal 23 223 222 127 0 1 52 264 115 41
Binary 10011 10010011 10010010 1010111 0 1 101010 10110100 1001101 100001

Color Harmonies of #139392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139392

Black with #139392

Text Example


Text Example

White with #139392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139392; }

 p { color: rgb(19,147,146); }

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

background-color css

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

 a { background-color: rgb(19,147,146); }

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

border-color css

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

 span { border-color: rgb(19,147,146); }

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