Html Css Color HEX #139DA0 Java

📋 copy color: '#139DA0'

red 19 ◦ green 157 ◦ blue 160

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

Shades of Java #139DA0

Tints of Java #139DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

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

R = 5.65%
G = 46.73%
B = 47.62%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#139DA0 (or 0x139DA0) is known color: Java. HEX triplet: 13, 9D and A0. RGB value is (19,157,160). Sum of RGB (Red+Green+Blue) = 19+157+160=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #139DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DA0 is #EC625F. Grayscale: #737373. Windows color (decimal): -15491680 or 10525971. OLE color: 10525971.

HSL color Cylindrical-coordinate representation of color #139DA0: hue angle of 181.28º 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 #139DA0 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 157 160 -
CMYK 0.88 0.02 0 0.37
HSL 181.28º 0.79% 0.35% -
HSV(B) 181.28º 0.88% 0.63% -
XYZ 18.67 26.79 37.44 -
YUV 116.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 19 157 160 0.88 0.02 0 0.37 181.28 0.79 0.35
Hex 13 9D A0 58 2 0 25 B5 4F 23
Octal 23 235 240 130 2 0 45 265 117 43
Binary 10011 10011101 10100000 1011000 10 0 100101 10110101 1001111 100011

Color Harmonies of #139DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DA0

Black with #139DA0

Text Example


Text Example

White with #139DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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