Html Css Color HEX #139CA5 Java

📋 copy color: '#139CA5'

red 19 ◦ green 156 ◦ blue 165

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

Shades of Java #139CA5

Tints of Java #139CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 5.59%
G = 45.88%
B = 48.53%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#139CA5 (or 0x139CA5) is known color: Java. HEX triplet: 13, 9C and A5. RGB value is (19,156,165). Sum of RGB (Red+Green+Blue) = 19+156+165=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #139CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CA5 is #EC635A. Grayscale: #737373. Windows color (decimal): -15491931 or 10853395. OLE color: 10853395.

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

Color convert

RGB 19 156 165 -
CMYK 0.88 0.05 0 0.35
HSL 183.7º 0.79% 0.36% -
HSV(B) 183.7º 0.88% 0.65% -
XYZ 18.95 26.63 39.74 -
YUV 116.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 19 156 165 0.88 0.05 0 0.35 183.7 0.79 0.36
Hex 13 9C A5 58 5 0 23 B8 4F 24
Octal 23 234 245 130 5 0 43 270 117 44
Binary 10011 10011100 10100101 1011000 101 0 100011 10111000 1001111 100100

Color Harmonies of #139CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CA5

Black with #139CA5

Text Example


Text Example

White with #139CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,165); }

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

background-color css

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

 a { background-color: rgb(19,156,165); }

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

border-color css

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

 span { border-color: rgb(19,156,165); }

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