Html Css Color HEX #139296 Java

📋 copy color: '#139296'

red 19 ◦ green 146 ◦ blue 150

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

Shades of Java #139296

Tints of Java #139296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 6.03%
G = 46.35%
B = 47.62%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#139296 (or 0x139296) is known color: Java. HEX triplet: 13, 92 and 96. RGB value is (19,146,150). Sum of RGB (Red+Green+Blue) = 19+146+150=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #139296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139296 is #EC6D69. Grayscale: #6C6C6C. Windows color (decimal): -15494506 or 9867795. OLE color: 9867795.

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

Color convert

RGB 19 146 150 -
CMYK 0.87 0.03 0 0.41
HSL 181.83º 0.78% 0.33% -
HSV(B) 181.83º 0.87% 0.59% -
XYZ 16.05 22.9 32.43 -
YUV 108.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 19 146 150 0.87 0.03 0 0.41 181.83 0.78 0.33
Hex 13 92 96 57 3 0 29 B6 4E 21
Octal 23 222 226 127 3 0 51 266 116 41
Binary 10011 10010010 10010110 1010111 11 0 101001 10110110 1001110 100001

Color Harmonies of #139296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139296

Black with #139296

Text Example


Text Example

White with #139296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139296; }

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

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

background-color css

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

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

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

border-color css

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

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

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