#198392

Color #198392 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #198392

Tints of Java #198392

Color information

#198392 (or 0x198392) is unknown color: approx Java. HEX triplet: 19, 83 and 92. RGB value is (25,131,146). Sum of RGB (Red+Green+Blue) = 25+131+146=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #198392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198392 is #E67C6D. Grayscale: #646464. Windows color (decimal): -15105134 or 9601817. OLE color: 9601817.

HSL color Cylindrical-coordinate representation of color #198392: hue angle of 187.44º 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 #198392 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB25131146-
CMYK0.830.1000.43
HSL187.44º70.76%33.53%-
HSV(B)187.44º82.88%57.25%-
XYZ13.7118.5130.05-
YUV101.02153.3873.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=8.28%
G=43.38%
B=48.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251311460.830.1000.43187.4470.7633.53
Hex19839253A02Bbb4722
Octal312032221231205327310742
Binary110011000001110010010101001110100101011101110111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198392; }

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

 H1.HeaderClassName
 {
   color: #198392;
 }
 .AnyTagClassName
 {
   color: #198392;
 }
</style>
background-color css

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

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

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

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

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

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