Html Css Color HEX #139097 Java

📋 copy color: '#139097'

red 19 ◦ green 144 ◦ blue 151

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

Shades of Java #139097

Tints of Java #139097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 6.05%
G = 45.86%
B = 48.09%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#139097 (or 0x139097) is known color: Java. HEX triplet: 13, 90 and 97. RGB value is (19,144,151). Sum of RGB (Red+Green+Blue) = 19+144+151=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #139097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139097 is #EC6F68. Grayscale: #6B6B6B. Windows color (decimal): -15495017 or 9932819. OLE color: 9932819.

HSL color Cylindrical-coordinate representation of color #139097: hue angle of 183.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139097 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 144 151 -
CMYK 0.87 0.05 0 0.41
HSL 183.18º 0.78% 0.33% -
HSV(B) 183.18º 0.87% 0.59% -
XYZ 15.83 22.32 32.75 -
YUV 107.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 19 144 151 0.87 0.05 0 0.41 183.18 0.78 0.33
Hex 13 90 97 57 5 0 29 B7 4E 21
Octal 23 220 227 127 5 0 51 267 116 41
Binary 10011 10010000 10010111 1010111 101 0 101001 10110111 1001110 100001

Color Harmonies of #139097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139097

Black with #139097

Text Example


Text Example

White with #139097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139097; }

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

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

background-color css

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

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

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

border-color css

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

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

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