Html Css Color HEX #139EA0 Java

📋 copy color: '#139EA0'

red 19 ◦ green 158 ◦ blue 160

#139EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #139EA0

Tints of Java #139EA0

RGB

 RED value IS 19 (7.81% from 255) = 5.64%

 GREEN value IS 158 (62.11% from 255) = 46.88%

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 5.64%
G = 46.88%
B = 47.48%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#139EA0 (or 0x139EA0) is known color: Java. HEX triplet: 13, 9E and A0. RGB value is (19,158,160). Sum of RGB (Red+Green+Blue) = 19+158+160=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #139EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139EA0 is #EC615F. Grayscale: #747474. Windows color (decimal): -15491424 or 10526227. OLE color: 10526227.

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

Color convert

RGB 19 158 160 -
CMYK 0.88 0.01 0 0.37
HSL 180.85º 0.79% 0.35% -
HSV(B) 180.85º 0.88% 0.63% -
XYZ 18.84 27.13 37.5 -
YUV 116.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 19 158 160 0.88 0.01 0 0.37 180.85 0.79 0.35
Hex 13 9E A0 58 1 0 25 B5 4F 23
Octal 23 236 240 130 1 0 45 265 117 43
Binary 10011 10011110 10100000 1011000 1 0 100101 10110101 1001111 100011

Color Harmonies of #139EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EA0

Black with #139EA0

Text Example


Text Example

White with #139EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #139EA0;
 }
 .AnyTagClassName
 {
   color: #139EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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