Html Css Color HEX #139598 Java

📋 copy color: '#139598'

red 19 ◦ green 149 ◦ blue 152

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

Shades of Java #139598

Tints of Java #139598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.56%

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

R = 5.94%
G = 46.56%
B = 47.5%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#139598 (or 0x139598) is known color: Java. HEX triplet: 13, 95 and 98. RGB value is (19,149,152). Sum of RGB (Red+Green+Blue) = 19+149+152=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #139598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139598 is #EC6A67. Grayscale: #6E6E6E. Windows color (decimal): -15493736 or 9999635. OLE color: 9999635.

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

Color convert

RGB 19 149 152 -
CMYK 0.87 0.02 0 0.40
HSL 181.35º 0.78% 0.34% -
HSV(B) 181.35º 0.88% 0.6% -
XYZ 16.68 23.9 33.44 -
YUV 110.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 19 149 152 0.87 0.02 0 0.40 181.35 0.78 0.34
Hex 13 95 98 57 2 0 28 B5 4E 22
Octal 23 225 230 127 2 0 50 265 116 42
Binary 10011 10010101 10011000 1010111 10 0 101000 10110101 1001110 100010

Color Harmonies of #139598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139598

Black with #139598

Text Example


Text Example

White with #139598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139598; }

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

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

background-color css

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

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

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

border-color css

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

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

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