Html Css Color HEX #139DA3 Java

📋 copy color: '#139DA3'

red 19 ◦ green 157 ◦ blue 163

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

Shades of Java #139DA3

Tints of Java #139DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 5.6%
G = 46.31%
B = 48.08%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#139DA3 (or 0x139DA3) is known color: Java. HEX triplet: 13, 9D and A3. RGB value is (19,157,163). Sum of RGB (Red+Green+Blue) = 19+157+163=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #139DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DA3 is #EC625C. Grayscale: #747474. Windows color (decimal): -15491677 or 10722579. OLE color: 10722579.

HSL color Cylindrical-coordinate representation of color #139DA3: hue angle of 182.5º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139DA3 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 157 163 -
CMYK 0.88 0.04 0 0.36
HSL 182.5º 0.79% 0.36% -
HSV(B) 182.5º 0.88% 0.64% -
XYZ 18.94 26.9 38.84 -
YUV 116.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 19 157 163 0.88 0.04 0 0.36 182.5 0.79 0.36
Hex 13 9D A3 58 4 0 24 B6 4F 24
Octal 23 235 243 130 4 0 44 266 117 44
Binary 10011 10011101 10100011 1011000 100 0 100100 10110110 1001111 100100

Color Harmonies of #139DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DA3

Black with #139DA3

Text Example


Text Example

White with #139DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139DA3; }

 p { color: rgb(19,157,163); }

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

background-color css

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

 a { background-color: rgb(19,157,163); }

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

border-color css

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

 span { border-color: rgb(19,157,163); }

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