Html Css Color HEX #199387 Java

📋 copy color: '#199387'

red 25 ◦ green 147 ◦ blue 135

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

Shades of Java #199387

Tints of Java #199387

RGB

 RED value IS 25 (10.16% from 255) = 8.14%

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 135 (53.13% from 255) = 43.97%

R = 8.14%
G = 47.88%
B = 43.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#199387 (or 0x199387) is known color: Java. HEX triplet: 19, 93 and 87. RGB value is (25,147,135). Sum of RGB (Red+Green+Blue) = 25+147+135=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #199387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199387 is #E66C78. Grayscale: #6D6D6D. Windows color (decimal): -15101049 or 8885017. OLE color: 8885017.

HSL color Cylindrical-coordinate representation of color #199387: hue angle of 174.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199387 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 135 -
CMYK 0.83 0 0.08 0.42
HSL 174.1º 0.71% 0.34% -
HSV(B) 174.1º 0.83% 0.58% -
XYZ 15.21 22.82 26.53 -
YUV 109.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 25 147 135 0.83 0 0.08 0.42 174.1 0.71 0.34
Hex 19 93 87 53 0 8 2A AE 47 22
Octal 31 223 207 123 0 10 52 256 107 42
Binary 11001 10010011 10000111 1010011 0 1000 101010 10101110 1000111 100010

Color Harmonies of #199387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199387

Black with #199387

Text Example


Text Example

White with #199387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199387; }

 p { color: rgb(25,147,135); }

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

background-color css

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

 a { background-color: rgb(25,147,135); }

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

border-color css

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

 span { border-color: rgb(25,147,135); }

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