#139096

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

Shades of Java #139096

Tints of Java #139096

Color information

#139096 (or 0x139096) is unknown color: approx Java. HEX triplet: 13, 90 and 96. RGB value is (19,144,150). Sum of RGB (Red+Green+Blue) = 19+144+150=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #139096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139096 is #EC6F69. Grayscale: #6B6B6B. Windows color (decimal): -15495018 or 9867283. OLE color: 9867283.

HSL color Cylindrical-coordinate representation of color #139096: hue angle of 182.75º 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 #139096 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19144150-
CMYK0.870.0400.41
HSL182.75º77.51%33.14%-
HSV(B)182.75º87.33%58.82%-
XYZ15.7522.2932.33-
YUV107.31152.0965.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.07%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=6.07%
G=46.01%
B=47.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191441500.870.0400.41182.7577.5133.14
Hex139096574029b74e21
Octal23220226127405126711641
Binary10011100100001001011010101111000101001101101111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139096; }

 p { color: rgb(19,144,150); }

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

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

 a { background-color: rgb(19,144,150); }

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

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

 span { border-color: rgb(19,144,150); }

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