Html Css Color HEX #139095 Java

📋 copy color: '#139095'

red 19 ◦ green 144 ◦ blue 149

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

Shades of Java #139095

Tints of Java #139095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 6.09%
G = 46.15%
B = 47.76%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#139095 (or 0x139095) is known color: Java. HEX triplet: 13, 90 and 95. RGB value is (19,144,149). Sum of RGB (Red+Green+Blue) = 19+144+149=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #139095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139095 is #EC6F6A. Grayscale: #6B6B6B. Windows color (decimal): -15495019 or 9801747. OLE color: 9801747.

HSL color Cylindrical-coordinate representation of color #139095: hue angle of 182.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139095 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 144 149 -
CMYK 0.87 0.03 0 0.42
HSL 182.31º 0.77% 0.33% -
HSV(B) 182.31º 0.87% 0.58% -
XYZ 15.67 22.25 31.9 -
YUV 107.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 19 144 149 0.87 0.03 0 0.42 182.31 0.77 0.33
Hex 13 90 95 57 3 0 2A B6 4D 21
Octal 23 220 225 127 3 0 52 266 115 41
Binary 10011 10010000 10010101 1010111 11 0 101010 10110110 1001101 100001

Color Harmonies of #139095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139095

Black with #139095

Text Example


Text Example

White with #139095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139095; }

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

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

background-color css

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

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

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

border-color css

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

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

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