Html Css Color HEX #139197 Java

📋 copy color: '#139197'

red 19 ◦ green 145 ◦ blue 151

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

Shades of Java #139197

Tints of Java #139197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 6.03%
G = 46.03%
B = 47.94%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#139197 (or 0x139197) is known color: Java. HEX triplet: 13, 91 and 97. RGB value is (19,145,151). Sum of RGB (Red+Green+Blue) = 19+145+151=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #139197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139197 is #EC6E68. Grayscale: #6B6B6B. Windows color (decimal): -15494761 or 9933075. OLE color: 9933075.

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

Color convert

RGB 19 145 151 -
CMYK 0.87 0.04 0 0.41
HSL 182.73º 0.78% 0.33% -
HSV(B) 182.73º 0.87% 0.59% -
XYZ 15.98 22.62 32.8 -
YUV 108.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 19 145 151 0.87 0.04 0 0.41 182.73 0.78 0.33
Hex 13 91 97 57 4 0 29 B7 4E 21
Octal 23 221 227 127 4 0 51 267 116 41
Binary 10011 10010001 10010111 1010111 100 0 101001 10110111 1001110 100001

Color Harmonies of #139197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139197

Black with #139197

Text Example


Text Example

White with #139197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139197; }

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

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

background-color css

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

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

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

border-color css

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

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

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