Html Css Color HEX #199285 Java

📋 copy color: '#199285'

red 25 ◦ green 146 ◦ blue 133

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

Shades of Java #199285

Tints of Java #199285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.03%

 BLUE value IS 133 (52.34% from 255) = 43.75%

R = 8.22%
G = 48.03%
B = 43.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#199285 (or 0x199285) is known color: Java. HEX triplet: 19, 92 and 85. RGB value is (25,146,133). Sum of RGB (Red+Green+Blue) = 25+146+133=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #199285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199285 is #E66D7A. Grayscale: #6C6C6C. Windows color (decimal): -15101307 or 8753689. OLE color: 8753689.

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

Color convert

RGB 25 146 133 -
CMYK 0.83 0 0.09 0.43
HSL 173.55º 0.71% 0.34% -
HSV(B) 173.55º 0.83% 0.57% -
XYZ 14.91 22.46 25.74 -
YUV 108.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 25 146 133 0.83 0 0.09 0.43 173.55 0.71 0.34
Hex 19 92 85 53 0 9 2B AE 47 22
Octal 31 222 205 123 0 11 53 256 107 42
Binary 11001 10010010 10000101 1010011 0 1001 101011 10101110 1000111 100010

Color Harmonies of #199285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199285

Black with #199285

Text Example


Text Example

White with #199285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199285; }

 p { color: rgb(25,146,133); }

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

background-color css

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

 a { background-color: rgb(25,146,133); }

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

border-color css

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

 span { border-color: rgb(25,146,133); }

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