Html Css Color HEX #139597 Java

📋 copy color: '#139597'

red 19 ◦ green 149 ◦ blue 151

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

Shades of Java #139597

Tints of Java #139597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 5.96%
G = 46.71%
B = 47.34%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#139597 (or 0x139597) is known color: Java. HEX triplet: 13, 95 and 97. RGB value is (19,149,151). Sum of RGB (Red+Green+Blue) = 19+149+151=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #139597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139597 is #EC6A68. Grayscale: #6E6E6E. Windows color (decimal): -15493737 or 9934099. OLE color: 9934099.

HSL color Cylindrical-coordinate representation of color #139597: hue angle of 180.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139597 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 149 151 -
CMYK 0.87 0.01 0 0.41
HSL 180.91º 0.78% 0.33% -
HSV(B) 180.91º 0.87% 0.59% -
XYZ 16.6 23.87 33.01 -
YUV 110.36 150.93 62.84 -
System Red Green Blue C M Y K H S L
Decimal 19 149 151 0.87 0.01 0 0.41 180.91 0.78 0.33
Hex 13 95 97 57 1 0 29 B5 4E 21
Octal 23 225 227 127 1 0 51 265 116 41
Binary 10011 10010101 10010111 1010111 1 0 101001 10110101 1001110 100001

Color Harmonies of #139597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139597

Black with #139597

Text Example


Text Example

White with #139597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139597; }

 p { color: rgb(19,149,151); }

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

background-color css

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

 a { background-color: rgb(19,149,151); }

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

border-color css

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

 span { border-color: rgb(19,149,151); }

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