Html Css Color HEX #139791 Java

📋 copy color: '#139791'

red 19 ◦ green 151 ◦ blue 145

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

Shades of Java #139791

Tints of Java #139791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.94%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 6.03%
G = 47.94%
B = 46.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#139791 (or 0x139791) is known color: Java. HEX triplet: 13, 97 and 91. RGB value is (19,151,145). Sum of RGB (Red+Green+Blue) = 19+151+145=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #139791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139791 is #EC686E. Grayscale: #6E6E6E. Windows color (decimal): -15493231 or 9541395. OLE color: 9541395.

HSL color Cylindrical-coordinate representation of color #139791: hue angle of 177.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139791 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 145 -
CMYK 0.87 0 0.04 0.41
HSL 177.27º 0.78% 0.33% -
HSV(B) 177.27º 0.87% 0.59% -
XYZ 16.45 24.32 30.61 -
YUV 110.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 19 151 145 0.87 0 0.04 0.41 177.27 0.78 0.33
Hex 13 97 91 57 0 4 29 B1 4E 21
Octal 23 227 221 127 0 4 51 261 116 41
Binary 10011 10010111 10010001 1010111 0 100 101001 10110001 1001110 100001

Color Harmonies of #139791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139791

Black with #139791

Text Example


Text Example

White with #139791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139791; }

 p { color: rgb(19,151,145); }

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

background-color css

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

 a { background-color: rgb(19,151,145); }

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

border-color css

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

 span { border-color: rgb(19,151,145); }

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