Html Css Color HEX #139899 Java

📋 copy color: '#139899'

red 19 ◦ green 152 ◦ blue 153

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

Shades of Java #139899

Tints of Java #139899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.91%

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

R = 5.86%
G = 46.91%
B = 47.22%

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

#139899 (or 0x139899) is known color: Java. HEX triplet: 13, 98 and 99. RGB value is (19,152,153). Sum of RGB (Red+Green+Blue) = 19+152+153=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #139899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139899 is #EC6766. Grayscale: #707070. Windows color (decimal): -15492967 or 10065939. OLE color: 10065939.

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

Color convert

RGB 19 152 153 -
CMYK 0.88 0.01 0 0.4
HSL 180.45º 0.78% 0.34% -
HSV(B) 180.45º 0.88% 0.6% -
XYZ 17.25 24.89 34.03 -
YUV 112.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 19 152 153 0.88 0.01 0 0.4 180.45 0.78 0.34
Hex 13 98 99 58 1 0 28 B4 4E 22
Octal 23 230 231 130 1 0 50 264 116 42
Binary 10011 10011000 10011001 1011000 1 0 101000 10110100 1001110 100010

Color Harmonies of #139899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139899

Black with #139899

Text Example


Text Example

White with #139899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139899; }

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

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

background-color css

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

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

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

border-color css

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

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

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