Html Css Color HEX #139EA1 Java

📋 copy color: '#139EA1'

red 19 ◦ green 158 ◦ blue 161

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

Shades of Java #139EA1

Tints of Java #139EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 5.62%
G = 46.75%
B = 47.63%

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

#139EA1 (or 0x139EA1) is known color: Java. HEX triplet: 13, 9E and A1. RGB value is (19,158,161). Sum of RGB (Red+Green+Blue) = 19+158+161=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #139EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139EA1 is #EC615E. Grayscale: #747474. Windows color (decimal): -15491423 or 10591763. OLE color: 10591763.

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

Color convert

RGB 19 158 161 -
CMYK 0.88 0.02 0 0.37
HSL 181.27º 0.79% 0.35% -
HSV(B) 181.27º 0.88% 0.63% -
XYZ 18.93 27.17 37.96 -
YUV 116.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 19 158 161 0.88 0.02 0 0.37 181.27 0.79 0.35
Hex 13 9E A1 58 2 0 25 B5 4F 23
Octal 23 236 241 130 2 0 45 265 117 43
Binary 10011 10011110 10100001 1011000 10 0 100101 10110101 1001111 100011

Color Harmonies of #139EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EA1

Black with #139EA1

Text Example


Text Example

White with #139EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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