#139194

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

Shades of Java #139194

Tints of Java #139194

Color information

#139194 (or 0x139194) is unknown color: approx Java. HEX triplet: 13, 91 and 94. RGB value is (19,145,148). Sum of RGB (Red+Green+Blue) = 19+145+148=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #139194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139194 is #EC6E6B. Grayscale: #6B6B6B. Windows color (decimal): -15494764 or 9736467. OLE color: 9736467.

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

Color convert

RGB19145148-
CMYK0.870.0200.42
HSL181.4º77.25%32.75%-
HSV(B)181.4º87.16%58.04%-
XYZ15.7422.5331.54-
YUV107.67150.7664.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.09%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=6.09%
G=46.47%
B=47.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191451480.870.0200.42181.477.2532.75
Hex13919457202Ab54d21
Octal23221224127205226511541
Binary1001110010001100101001010111100101010101101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139194; }

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

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

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

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

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

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

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

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