Html Css Color HEX #139599 Java

📋 copy color: '#139599'

red 19 ◦ green 149 ◦ blue 153

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

Shades of Java #139599

Tints of Java #139599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 5.92%
G = 46.42%
B = 47.66%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139599 (or 0x139599) is known color: Java. HEX triplet: 13, 95 and 99. RGB value is (19,149,153). Sum of RGB (Red+Green+Blue) = 19+149+153=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #139599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139599 is #EC6A66. Grayscale: #6E6E6E. Windows color (decimal): -15493735 or 10065171. OLE color: 10065171.

HSL color Cylindrical-coordinate representation of color #139599: hue angle of 181.79º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139599 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 149 153 -
CMYK 0.88 0.03 0 0.4
HSL 181.79º 0.78% 0.34% -
HSV(B) 181.79º 0.88% 0.6% -
XYZ 16.77 23.93 33.87 -
YUV 110.59 151.93 62.67 -
System Red Green Blue C M Y K H S L
Decimal 19 149 153 0.88 0.03 0 0.4 181.79 0.78 0.34
Hex 13 95 99 58 3 0 28 B6 4E 22
Octal 23 225 231 130 3 0 50 266 116 42
Binary 10011 10010101 10011001 1011000 11 0 101000 10110110 1001110 100010

Color Harmonies of #139599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139599

Black with #139599

Text Example


Text Example

White with #139599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139599; }

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

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

background-color css

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

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

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

border-color css

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

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

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