#139398

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

Shades of Java #139398

Tints of Java #139398

Color information

#139398 (or 0x139398) is unknown color: approx Java. HEX triplet: 13, 93 and 98. RGB value is (19,147,152). Sum of RGB (Red+Green+Blue) = 19+147+152=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #139398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139398 is #EC6C67. Grayscale: #6D6D6D. Windows color (decimal): -15494248 or 9999123. OLE color: 9999123.

HSL color Cylindrical-coordinate representation of color #139398: hue angle of 182.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139398 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB19147152-
CMYK0.870.0300.40
HSL182.26º77.78%33.53%-
HSV(B)182.26º87.5%59.61%-
XYZ16.3723.2733.34-
YUV109.3152.0963.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.97%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=5.97%
G=46.23%
B=47.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191471520.870.0300.40182.2677.7833.53
Hex139398573028b64e22
Octal23223230127305026611642
Binary1001110010011100110001010111110101000101101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139398; }

 p { color: rgb(19,147,152); }

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

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

 a { background-color: rgb(19,147,152); }

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

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

 span { border-color: rgb(19,147,152); }

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