Html Css Color HEX #139499 Java

📋 copy color: '#139499'

red 19 ◦ green 148 ◦ blue 153

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

Shades of Java #139499

Tints of Java #139499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 5.94%
G = 46.25%
B = 47.81%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139499 (or 0x139499) is known color: Java. HEX triplet: 13, 94 and 99. RGB value is (19,148,153). Sum of RGB (Red+Green+Blue) = 19+148+153=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #139499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139499 is #EC6B66. Grayscale: #6D6D6D. Windows color (decimal): -15493991 or 10064915. OLE color: 10064915.

HSL color Cylindrical-coordinate representation of color #139499: hue angle of 182.24º 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 #139499 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 148 153 -
CMYK 0.88 0.03 0 0.4
HSL 182.24º 0.78% 0.34% -
HSV(B) 182.24º 0.88% 0.6% -
XYZ 16.61 23.62 33.82 -
YUV 110 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 19 148 153 0.88 0.03 0 0.4 182.24 0.78 0.34
Hex 13 94 99 58 3 0 28 B6 4E 22
Octal 23 224 231 130 3 0 50 266 116 42
Binary 10011 10010100 10011001 1011000 11 0 101000 10110110 1001110 100010

Color Harmonies of #139499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139499

Black with #139499

Text Example


Text Example

White with #139499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139499; }

 p { color: rgb(19,148,153); }

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

background-color css

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

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

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

border-color css

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

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

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