Html Css Color HEX #139FA4 Java

📋 copy color: '#139FA4'

red 19 ◦ green 159 ◦ blue 164

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

Shades of Java #139FA4

Tints of Java #139FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.49%

 BLUE value IS 164 (64.45% from 255) = 47.95%

R = 5.56%
G = 46.49%
B = 47.95%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#139FA4 (or 0x139FA4) is known color: Java. HEX triplet: 13, 9F and A4. RGB value is (19,159,164). Sum of RGB (Red+Green+Blue) = 19+159+164=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #139FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FA4 is #EC605B. Grayscale: #757575. Windows color (decimal): -15491164 or 10788627. OLE color: 10788627.

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

Color convert

RGB 19 159 164 -
CMYK 0.88 0.03 0 0.36
HSL 182.07º 0.79% 0.36% -
HSV(B) 182.07º 0.88% 0.64% -
XYZ 19.37 27.62 39.43 -
YUV 117.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 19 159 164 0.88 0.03 0 0.36 182.07 0.79 0.36
Hex 13 9F A4 58 3 0 24 B6 4F 24
Octal 23 237 244 130 3 0 44 266 117 44
Binary 10011 10011111 10100100 1011000 11 0 100100 10110110 1001111 100100

Color Harmonies of #139FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FA4

Black with #139FA4

Text Example


Text Example

White with #139FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,159,164); }

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

background-color css

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

 a { background-color: rgb(19,159,164); }

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

border-color css

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

 span { border-color: rgb(19,159,164); }

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