Html Css Color HEX #139699 Java

📋 copy color: '#139699'

red 19 ◦ green 150 ◦ blue 153

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

Shades of Java #139699

Tints of Java #139699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

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

R = 5.9%
G = 46.58%
B = 47.52%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139699 (or 0x139699) is known color: Java. HEX triplet: 13, 96 and 99. RGB value is (19,150,153). Sum of RGB (Red+Green+Blue) = 19+150+153=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #139699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139699 is #EC6966. Grayscale: #6F6F6F. Windows color (decimal): -15493479 or 10065427. OLE color: 10065427.

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

Color convert

RGB 19 150 153 -
CMYK 0.88 0.02 0 0.4
HSL 181.34º 0.78% 0.34% -
HSV(B) 181.34º 0.88% 0.6% -
XYZ 16.92 24.25 33.93 -
YUV 111.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 19 150 153 0.88 0.02 0 0.4 181.34 0.78 0.34
Hex 13 96 99 58 2 0 28 B5 4E 22
Octal 23 226 231 130 2 0 50 265 116 42
Binary 10011 10010110 10011001 1011000 10 0 101000 10110101 1001110 100010

Color Harmonies of #139699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139699

Black with #139699

Text Example


Text Example

White with #139699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139699; }

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

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

background-color css

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

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

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

border-color css

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

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

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