Html Css Color HEX #139199 Java

📋 copy color: '#139199'

red 19 ◦ green 145 ◦ blue 153

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

Shades of Java #139199

Tints of Java #139199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 5.99%
G = 45.74%
B = 48.26%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139199 (or 0x139199) is known color: Java. HEX triplet: 13, 91 and 99. RGB value is (19,145,153). Sum of RGB (Red+Green+Blue) = 19+145+153=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #139199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139199 is #EC6E66. Grayscale: #6C6C6C. Windows color (decimal): -15494759 or 10064147. OLE color: 10064147.

HSL color Cylindrical-coordinate representation of color #139199: hue angle of 183.58º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139199 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 145 153 -
CMYK 0.88 0.05 0 0.4
HSL 183.58º 0.78% 0.34% -
HSV(B) 183.58º 0.88% 0.6% -
XYZ 16.14 22.69 33.67 -
YUV 108.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 19 145 153 0.88 0.05 0 0.4 183.58 0.78 0.34
Hex 13 91 99 58 5 0 28 B8 4E 22
Octal 23 221 231 130 5 0 50 270 116 42
Binary 10011 10010001 10011001 1011000 101 0 101000 10111000 1001110 100010

Color Harmonies of #139199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139199

Black with #139199

Text Example


Text Example

White with #139199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139199; }

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

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

background-color css

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

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

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

border-color css

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

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

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