#139B9E

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

Shades of Java #139B9E

Tints of Java #139B9E

Color information

#139B9E (or 0x139B9E) is unknown color: approx Java. HEX triplet: 13, 9B and 9E. RGB value is (19,155,158). Sum of RGB (Red+Green+Blue) = 19+155+158=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #139B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B9E is #EC6461. Grayscale: #727272. Windows color (decimal): -15492194 or 10394387. OLE color: 10394387.

HSL color Cylindrical-coordinate representation of color #139B9E: hue angle of 181.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B9E is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19155158-
CMYK0.880.0200.38
HSL181.29º78.53%34.71%-
HSV(B)181.29º87.97%61.96%-
XYZ18.1626.0536.42-
YUV114.68152.4459.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.72%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=5.72%
G=46.69%
B=47.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191551580.880.0200.38181.2978.5334.71
Hex139B9E582026b54f23
Octal23233236130204626511743
Binary1001110011011100111101011000100100110101101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139B9E; }

 p { color: rgb(19,155,158); }

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

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

 a { background-color: rgb(19,155,158); }

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

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

 span { border-color: rgb(19,155,158); }

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