Html Css Color HEX #139799 Java

📋 copy color: '#139799'

red 19 ◦ green 151 ◦ blue 153

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

Shades of Java #139799

Tints of Java #139799

RGB

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

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

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

R = 5.88%
G = 46.75%
B = 47.37%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139799 (or 0x139799) is known color: Java. HEX triplet: 13, 97 and 99. RGB value is (19,151,153). Sum of RGB (Red+Green+Blue) = 19+151+153=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #139799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139799 is #EC6866. Grayscale: #6F6F6F. Windows color (decimal): -15493223 or 10065683. OLE color: 10065683.

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

Color convert

RGB 19 151 153 -
CMYK 0.88 0.01 0 0.4
HSL 180.9º 0.78% 0.34% -
HSV(B) 180.9º 0.88% 0.6% -
XYZ 17.08 24.57 33.98 -
YUV 111.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 19 151 153 0.88 0.01 0 0.4 180.9 0.78 0.34
Hex 13 97 99 58 1 0 28 B5 4E 22
Octal 23 227 231 130 1 0 50 265 116 42
Binary 10011 10010111 10011001 1011000 1 0 101000 10110101 1001110 100010

Color Harmonies of #139799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139799

Black with #139799

Text Example


Text Example

White with #139799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139799; }

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

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

background-color css

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

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

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

border-color css

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

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

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