Html Css Color HEX #139AA0 Java

📋 copy color: '#139AA0'

red 19 ◦ green 154 ◦ blue 160

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

Shades of Java #139AA0

Tints of Java #139AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

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

R = 5.71%
G = 46.25%
B = 48.05%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#139AA0 (or 0x139AA0) is known color: Java. HEX triplet: 13, 9A and A0. RGB value is (19,154,160). Sum of RGB (Red+Green+Blue) = 19+154+160=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #139AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139AA0 is #EC655F. Grayscale: #727272. Windows color (decimal): -15492448 or 10525203. OLE color: 10525203.

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

Color convert

RGB 19 154 160 -
CMYK 0.88 0.04 0 0.37
HSL 182.55º 0.79% 0.35% -
HSV(B) 182.55º 0.88% 0.63% -
XYZ 18.17 25.79 37.28 -
YUV 114.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 19 154 160 0.88 0.04 0 0.37 182.55 0.79 0.35
Hex 13 9A A0 58 4 0 25 B7 4F 23
Octal 23 232 240 130 4 0 45 267 117 43
Binary 10011 10011010 10100000 1011000 100 0 100101 10110111 1001111 100011

Color Harmonies of #139AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AA0

Black with #139AA0

Text Example


Text Example

White with #139AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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