Html Css Color HEX #139193 Java

📋 copy color: '#139193'

red 19 ◦ green 145 ◦ blue 147

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

Shades of Java #139193

Tints of Java #139193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 6.11%
G = 46.62%
B = 47.27%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#139193 (or 0x139193) is known color: Java. HEX triplet: 13, 91 and 93. RGB value is (19,145,147). Sum of RGB (Red+Green+Blue) = 19+145+147=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #139193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139193 is #EC6E6C. Grayscale: #6B6B6B. Windows color (decimal): -15494765 or 9670931. OLE color: 9670931.

HSL color Cylindrical-coordinate representation of color #139193: hue angle of 180.94º 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 #139193 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 145 147 -
CMYK 0.87 0.01 0 0.42
HSL 180.94º 0.77% 0.33% -
HSV(B) 180.94º 0.87% 0.58% -
XYZ 15.66 22.5 31.12 -
YUV 107.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 19 145 147 0.87 0.01 0 0.42 180.94 0.77 0.33
Hex 13 91 93 57 1 0 2A B5 4D 21
Octal 23 221 223 127 1 0 52 265 115 41
Binary 10011 10010001 10010011 1010111 1 0 101010 10110101 1001101 100001

Color Harmonies of #139193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139193

Black with #139193

Text Example


Text Example

White with #139193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139193; }

 p { color: rgb(19,145,147); }

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

background-color css

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

 a { background-color: rgb(19,145,147); }

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

border-color css

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

 span { border-color: rgb(19,145,147); }

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