Html Css Color HEX #139292 Java

📋 copy color: '#139292'

red 19 ◦ green 146 ◦ blue 146

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

Shades of Java #139292

Tints of Java #139292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 6.11%
G = 46.95%
B = 46.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#139292 (or 0x139292) is known color: Java. HEX triplet: 13, 92 and 92. RGB value is (19,146,146). Sum of RGB (Red+Green+Blue) = 19+146+146=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #139292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139292 is #EC6D6D. Grayscale: #6B6B6B. Windows color (decimal): -15494510 or 9605651. OLE color: 9605651.

HSL color Cylindrical-coordinate representation of color #139292: hue angle of 180º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139292 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 146 -
CMYK 0.87 0 0 0.43
HSL 180º 0.77% 0.32% -
HSV(B) 180º 0.87% 0.57% -
XYZ 15.74 22.77 30.76 -
YUV 108.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 19 146 146 0.87 0 0 0.43 180 0.77 0.32
Hex 13 92 92 57 0 0 2B B4 4D 20
Octal 23 222 222 127 0 0 53 264 115 40
Binary 10011 10010010 10010010 1010111 0 0 101011 10110100 1001101 100000

Color Harmonies of #139292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139292

Black with #139292

Text Example


Text Example

White with #139292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139292; }

 p { color: rgb(19,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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