Html Css Color HEX #139091 Java

📋 copy color: '#139091'

red 19 ◦ green 144 ◦ blue 145

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

Shades of Java #139091

Tints of Java #139091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 6.17%
G = 46.75%
B = 47.08%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#139091 (or 0x139091) is known color: Java. HEX triplet: 13, 90 and 91. RGB value is (19,144,145). Sum of RGB (Red+Green+Blue) = 19+144+145=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #139091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139091 is #EC6F6E. Grayscale: #6A6A6A. Windows color (decimal): -15495023 or 9539603. OLE color: 9539603.

HSL color Cylindrical-coordinate representation of color #139091: hue angle of 180.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139091 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 144 145 -
CMYK 0.87 0.01 0 0.43
HSL 180.48º 0.77% 0.32% -
HSV(B) 180.48º 0.87% 0.57% -
XYZ 15.35 22.13 30.25 -
YUV 106.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 19 144 145 0.87 0.01 0 0.43 180.48 0.77 0.32
Hex 13 90 91 57 1 0 2B B4 4D 20
Octal 23 220 221 127 1 0 53 264 115 40
Binary 10011 10010000 10010001 1010111 1 0 101011 10110100 1001101 100000

Color Harmonies of #139091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139091

Black with #139091

Text Example


Text Example

White with #139091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139091; }

 p { color: rgb(19,144,145); }

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

background-color css

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

 a { background-color: rgb(19,144,145); }

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

border-color css

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

 span { border-color: rgb(19,144,145); }

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