Html Css Color HEX #139798 Java

📋 copy color: '#139798'

red 19 ◦ green 151 ◦ blue 152

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

Shades of Java #139798

Tints of Java #139798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.89%

 BLUE value IS 152 (59.77% from 255) = 47.2%

R = 5.9%
G = 46.89%
B = 47.2%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#139798 (or 0x139798) is known color: Java. HEX triplet: 13, 97 and 98. RGB value is (19,151,152). Sum of RGB (Red+Green+Blue) = 19+151+152=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #139798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139798 is #EC6867. Grayscale: #6F6F6F. Windows color (decimal): -15493224 or 10000147. OLE color: 10000147.

HSL color Cylindrical-coordinate representation of color #139798: hue angle of 180.45º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139798 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 151 152 -
CMYK 0.87 0.01 0 0.40
HSL 180.45º 0.78% 0.34% -
HSV(B) 180.45º 0.88% 0.6% -
XYZ 17 24.54 33.55 -
YUV 111.65 150.77 61.92 -
System Red Green Blue C M Y K H S L
Decimal 19 151 152 0.87 0.01 0 0.40 180.45 0.78 0.34
Hex 13 97 98 57 1 0 28 B4 4E 22
Octal 23 227 230 127 1 0 50 264 116 42
Binary 10011 10010111 10011000 1010111 1 0 101000 10110100 1001110 100010

Color Harmonies of #139798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139798

Black with #139798

Text Example


Text Example

White with #139798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139798; }

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

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

background-color css

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

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

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

border-color css

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

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

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