#139094

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

Shades of Java #139094

Tints of Java #139094

Color information

#139094 (or 0x139094) is unknown color: approx Java. HEX triplet: 13, 90 and 94. RGB value is (19,144,148). Sum of RGB (Red+Green+Blue) = 19+144+148=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #139094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139094 is #EC6F6B. Grayscale: #6A6A6A. Windows color (decimal): -15495020 or 9736211. OLE color: 9736211.

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

Color convert

RGB19144148-
CMYK0.870.0300.42
HSL181.86º77.25%32.75%-
HSV(B)181.86º87.16%58.04%-
XYZ15.5922.2231.48-
YUV107.08151.0965.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=6.11%
G=46.30%
B=47.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191441480.870.0300.42181.8677.2532.75
Hex13909457302Ab64d21
Octal23220224127305226611541
Binary1001110010000100101001010111110101010101101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139094; }

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

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

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

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

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

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

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

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