Html Css Color HEX #139093 Java

📋 copy color: '#139093'

red 19 ◦ green 144 ◦ blue 147

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

Shades of Java #139093

Tints of Java #139093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 6.13%
G = 46.45%
B = 47.42%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#139093 (or 0x139093) is known color: Java. HEX triplet: 13, 90 and 93. RGB value is (19,144,147). Sum of RGB (Red+Green+Blue) = 19+144+147=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #139093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139093 is #EC6F6C. Grayscale: #6A6A6A. Windows color (decimal): -15495021 or 9670675. OLE color: 9670675.

HSL color Cylindrical-coordinate representation of color #139093: hue angle of 181.41º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139093 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 144 147 -
CMYK 0.87 0.02 0 0.42
HSL 181.41º 0.77% 0.33% -
HSV(B) 181.41º 0.87% 0.58% -
XYZ 15.51 22.19 31.07 -
YUV 106.97 150.59 65.26 -
System Red Green Blue C M Y K H S L
Decimal 19 144 147 0.87 0.02 0 0.42 181.41 0.77 0.33
Hex 13 90 93 57 2 0 2A B5 4D 21
Octal 23 220 223 127 2 0 52 265 115 41
Binary 10011 10010000 10010011 1010111 10 0 101010 10110101 1001101 100001

Color Harmonies of #139093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139093

Black with #139093

Text Example


Text Example

White with #139093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139093; }

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

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

background-color css

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

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

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

border-color css

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

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

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